RFmx EVDO DotNET

Table of Contents

RFmxEvdoMXExtension.GetEvdoSignalConfiguration Method (RFmxInstrMX)

  • Updated2024-07-17
  • 1 minute(s) read
RFmxEvdoMXExtension.GetEvdoSignalConfiguration Method (RFmxInstrMX)

RFmxEvdoMXExtensionGetEvdoSignalConfiguration Method (RFmxInstrMX)

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

Namespace:  NationalInstruments.RFmx.InstrMX
Assembly:  NationalInstruments.RFmx.EvdoMX.Fx40 (in NationalInstruments.RFmx.EvdoMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)

Syntax

public static RFmxEvdoMX GetEvdoSignalConfiguration(
	this RFmxInstrMX instrSession
)
<ExtensionAttribute>
Public Shared Function GetEvdoSignalConfiguration ( 
	instrSession As RFmxInstrMX
) As RFmxEvdoMX

Parameters

instrSession
Type: RFmxInstrMX
Specifies an instr session.

Return Value

Type: RFmxEvdoMX
Returns an object of type RFmxEvdoMX.

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