RFmx VNA DotNET

Table of Contents

RFmxVnaMXExtension.GetVnaSignalConfiguration(RFmxInstrMX, String) Method

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

RFmxVnaMXExtensionGetVnaSignalConfiguration(RFmxInstrMX, String) Method

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

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

Syntax

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

Parameters

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

Return Value

RFmxVnaMX
Returns an object of type RFmxVnaMX.

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