RFmx GSM DotNET

Table of Contents

RFmxGsmMXExtension.GetGsmSignalConfiguration(RFmxInstrMX, String) Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxGsmMXExtension.GetGsmSignalConfiguration(RFmxInstrMX, String) Method

RFmxGsmMXExtensionGetGsmSignalConfiguration(RFmxInstrMX, String) Method

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

Namespace: NationalInstruments.RFmx.InstrMX
Assembly: NationalInstruments.RFmx.GsmMX.Fx40 (in NationalInstruments.RFmx.GsmMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)

Syntax

public static RFmxGsmMX GetGsmSignalConfiguration(
	this RFmxInstrMX instrSession,
	string signalName
)
<ExtensionAttribute>
Public Shared Function GetGsmSignalConfiguration ( 
	instrSession As RFmxInstrMX,
	signalName As String
) As RFmxGsmMX

Parameters

instrSession  RFmxInstrMX
Specifies an RFmxInstr session.
signalName  String
Specifies a signal name.

Return Value

RFmxGsmMX
Returns an object of type RFmxGsmMX.

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).

See Also

Log in to get a better experience