GetSpecAnSignalConfiguration(this RFmxInstrMX, string)
- Updated2025-10-13
- 1 minute(s) read
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
| Name | Type | Description |
|---|---|---|
| instrSession | this RFmxInstrMX | Specifies an RFmxInstr session. |
| signalName | string | Specifies the name of the signal. This parameter accepts the signal name with or without the "signal::" prefix. Example: "signal::sig1" |
Returns
Returns an object of type RFmxSpecAnMX.