Main Content

reset

Reset RF spectrum analyzer to factory state

    Description

    reset(qcinstr) resets the specified Quick Control instrument to its factory state. This function supports RF spectrum analyzers and function generators.

    example

    Examples

    collapse all

    Connect to an RF spectrum analyzer, then reset the instrument.

    rfsa = rfspecan("TCPIP0::172.28.22.99::inst0::INSTR", "AgXSAn")
        ⋮
        ⋮
    reset(rfsa)

    Input Arguments

    collapse all

    Quick Control RF spectrum analyzer or function generator, specified as an RFSpecAn or FGen object. You can create these objects with the rfspecan or fgen function.

    Example: qcinstr = rfspecan()

    Data Types: object

    Version History

    Introduced in R2012a

    expand all

    See Also

    Functions