メインコンテンツ

reset

Reset RF spectrum analyzer to factory state

Since R2025a

    Description

    reset(rfsa) resets the specified RF spectrum analyzer to its factory state.

    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

    RF spectrum analyzer, specified as an RFSpecAn object.

    Example: rfsa = rfspecan

    Data Types: object

    Version History

    Introduced in R2025a