RFmxDemodMXExtension.GetDemodSignalConfiguration(RFmxInstrMX, String) Method
- Updated2024-07-17
- 1 minute(s) read
RFmx
Returns a Demod signal configuration for a specified signal name. An existing Demod signal configuration is returned if the specified signal name exists.
Namespace: NationalInstruments.RFmx.InstrMX
Assembly: NationalInstruments.RFmx.DemodMX.Fx40 (in NationalInstruments.RFmx.DemodMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)
Syntax
public static RFmxDemodMX GetDemodSignalConfiguration( this RFmxInstrMX instrSession, string signalName )
<ExtensionAttribute> Public Shared Function GetDemodSignalConfiguration ( instrSession As RFmxInstrMX, signalName As String ) As RFmxDemodMX
Parameters
- instrSession 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:
"signal::sig1"
"sig1"
Return Value
RFmxDemodMXAn object of type RFmxDemodMX
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type RFmxInstrMX. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).Remarks
This method maps to the RFmxDemod_CreateSignalConfiguration() function in C.