RFmx CDMA2K DotNET

Table of Contents

RFmxCdma2kMXExtension.GetCdma2kSignalConfiguration(RFmxInstrMX) Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxCdma2kMXExtension.GetCdma2kSignalConfiguration(RFmxInstrMX) Method

RFmxCdma2kMXExtensionGetCdma2kSignalConfiguration(RFmxInstrMX) Method

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

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

Syntax

public static RFmxCdma2kMX GetCdma2kSignalConfiguration(
	this RFmxInstrMX instrSession
)
<ExtensionAttribute>
Public Shared Function GetCdma2kSignalConfiguration ( 
	instrSession As RFmxInstrMX
) As RFmxCdma2kMX

Parameters

instrSession  RFmxInstrMX
Specifies an instr session.

Return Value

RFmxCdma2kMX
Returns an object of type RFmxCdma2kMX.

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