Selects either the default calset of the specified signal or a named calset accessible across all signals as active calset for the specified signal.

Behaviors for different combinations of Calset Name and Signal Name strings specified are as follows:

  • Calset Name is "" (empty string): RFmx selects the default calset as the active calset for the signal instance specified in the Selector String. If you do not specify a Signal Name, then default RFmxVNA signal instance is used.
  • Calset Name is non-empty string: RFmx selects the named calset as the active calset for the signal instance specified in the Selector String. If you do not specify a Signal Name, then default RFmxVNA signal instance is used.

You can use RFmxVNA Get All Calset Names VI to get the list of available named calsets.


icon

Inputs/Outputs

  • cstr.png Selector String

    Selector String specifies a selector string comprising of the signal name. If you do not specify the signal name, the default signal instance is used. The default value is "" (empty string).

    Example:

    ""

    "signal::mysignal1"

    You can use the RFmxVNA Build Signal String VI to build the selector string.

  • cgenclassrntag.png Instrument Handle In

    Instrument Handle In specifies the RFmx session refnum.

  • cstr.png Calset Name

    Calset Name specifies the name of the calset. If you do not specify this parameter, the calset is saved as default calset for the specified signal and is not available for use in other signals. If you specify non-empty Calset Name string, calset is saved as a named calset available for use across all signals and is also selected as the active calset for the current signal.

  • ci32.png Restore Configuration

    Restore Configuration specifies whether the stimulus settings from the specified calset should be applied to the signal.

    None (0)

    Do not apply the stimulus settings from the calset.

    Stimulus (1)

    Applies the stimulus settings from the calset.

    List of stimulus settings that will be applied are as follows:

    • SweepType
    • List Sweep Type: IF Bandwidth, Power Level per Port, Test Receiver Attenuation per Port, Frequency List
    • Linear Sweep Type: IF Bandwidth, Power Level per Port, Test Receiver Attenuation per Port, Start Frequency, Stop Frequency and Number of Points
    • Segment Sweep Type: Segment IF Bandwidth, Segment Power Level per Port, Segment Test Receiver Attenuation per Port, Segment Start Frequency, Segment Stop Frequency and Segment Number of Frequency Points
    • CW Time Sweep Type: IF Bandwidth, Power Level per Port, Test Receiver Attenuation per Port, CW Frequency and Number of Points
  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this node runs.

  • igenclassrntag.png Instrument Handle Out

    Instrument Handle Out passes a reference of your RFmx session to the next VI.

  • ierrcodeclst.png error out

    error out returns error information.