Creates a SpecAn signal configuration for specified signal name. Existing SpecAn signal configuration is returned if specified signal name exists.

Syntax

Namespace: NationalInstruments.RFmx.InstrMX

public static RFmxSpecAnMX GetSpecAnSignalConfiguration(this RFmxInstrMX instrSession, string signalName)

Remarks

This method maps to the RFmxSpecAn_CreateSignalConfiguration() function in C.

Parameters

NameTypeDescription
instrSessionthis RFmxInstrMX

Specifies an RFmxInstr session.

signalNamestring

Specifies the name of the signal. This parameter accepts the signal name with or without the "signal::" prefix. Example: "signal::sig1"
"sig1"

Returns

Returns an object of type RFmxSpecAnMX.