RFmx TDSCDMA DotNET

Table of Contents

RFmxTdscdmaMXExtension.GetTdscdmaSignalConfiguration Method (RFmxInstrMX)

  • Updated2024-07-17
  • 1 minute(s) read
RFmxTdscdmaMXExtension.GetTdscdmaSignalConfiguration Method (RFmxInstrMX)

RFmxTdscdmaMXExtensionGetTdscdmaSignalConfiguration Method (RFmxInstrMX)

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

Namespace:  NationalInstruments.RFmx.InstrMX
Assembly:  NationalInstruments.RFmx.TdscdmaMX.Fx40 (in NationalInstruments.RFmx.TdscdmaMX.Fx40.dll) Version: 24.5.0.49284 (24.5.0.49284)

Syntax

public static RFmxTdscdmaMX GetTdscdmaSignalConfiguration(
	this RFmxInstrMX instrSession
)
<ExtensionAttribute>
Public Shared Function GetTdscdmaSignalConfiguration ( 
	instrSession As RFmxInstrMX
) As RFmxTdscdmaMX

Parameters

instrSession
Type: RFmxInstrMX
Specifies an instr session.

Return Value

Type: RFmxTdscdmaMX
Returns an object of type RFmxTdscdmaMX.

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