RFmx GSM DotNET

Table of Contents

RFmxGsmMXExtension.GetGsmSignalConfiguration(RFmxInstrMX) Method

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

RFmxGsmMXExtensionGetGsmSignalConfiguration(RFmxInstrMX) Method

Creates a new default GSM signal configuration if it doesn't exist; otherwise, it returns the existing default GSM signal configuration.

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
)
<ExtensionAttribute>
Public Shared Function GetGsmSignalConfiguration ( 
	instrSession As RFmxInstrMX
) As RFmxGsmMX

Parameters

instrSession  RFmxInstrMX
Specifies an instr session.

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