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

NameTypeDescription
instrSessionthis RFmxInstrMX

Specifies an instr 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

An object of type RFmxDemodMX