GetDemodSignalConfiguration(this RFmxInstrMX, string)
- Updated2025-10-13
- 1 minute(s) read
Returns a Demod signal configuration for a specified signal name. An existing Demod signal configuration is returned if the specified signal name exists.
Syntax
Namespace: NationalInstruments.RFmx.InstrMX
public static RFmxDemodMX GetDemodSignalConfiguration(this RFmxInstrMX instrSession, string signalName)
Remarks
This method maps to the RFmxDemod_CreateSignalConfiguration() function in C.
Parameters
| Name | Type | Description |
|---|---|---|
| instrSession | this RFmxInstrMX | Specifies an instr session. |
| signalName | string | Specifies the name of the signal. This parameter accepts the signal name with or without the "signal::" prefix. Example: |
Returns
An object of type RFmxDemodMX