RFmx VNA DotNET

Table of Contents

RFmxVnaMX.CalsetGetErrorTerm Method

  • Updated2024-07-17
  • 2 minute(s) read
RFmxVnaMX.CalsetGetErrorTerm Method

RFmxVnaMXCalsetGetErrorTerm Method

Returns a specific error term from the Calset.
You cannot specify both signal name in Selector String and Calset Name together.
If you do not specify both signal name in Selector String and Calset Name, the error term will be returned from in memory calset of default signal instance. If you do not specify Calset Name but specify signal name in Selector String, the error term will be returned from in memory calset of the specified signal instance. If you specify only Calset Name, the error term will returned from the global calset with the specified calset name.You can call this method only after you call the RFmxVNA Calibration Save method.

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

Syntax

public int CalsetGetErrorTerm(
	string selectorString,
	string calsetName,
	RFmxVnaMXCalErrorTerm errorTermIdentifier,
	string measurementPort,
	string sourcePort,
	ref ComplexSingle[] errorTerm
)
Public Function CalsetGetErrorTerm ( 
	selectorString As String,
	calsetName As String,
	errorTermIdentifier As RFmxVnaMXCalErrorTerm,
	measurementPort As String,
	sourcePort As String,
	ByRef errorTerm As ComplexSingle()
) As Integer

Parameters

selectorString  String
Pass an empty string. The signal name that is passed when creating the signal configuration is used.
calsetName  String
Specifies the name of the calset.
errorTermIdentifier  RFmxVnaMXCalErrorTerm
Specifies the type of error term in the calset.
The error term can take the following values:
measurementPort  String
Specifies the VNA port name corresponding to the errorTerm you queried.
sourcePort  String
Specifies the VNA port name for which the errorTerm is queried. This parameter is only required to query Error Term defined by port pairs. The valid values of the parameter Error Term Identifier defined for port pairs are transmissionTracking and loadMatch.
errorTerm  ComplexSingle
Upon return, contains the computed error term from the calset.

Return Value

Int32
Returns the status code of this method. The status code either indicates success or describes a warning condition.

See Also

Log in to get a better experience