RFmx VNA DotNET

Table of Contents

RFmxVnaMX.CalkitManagerCalkitCalibrationElementSetPortConnectors Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxVnaMX.CalkitManagerCalkitCalibrationElementSetPortConnectors Method

RFmxVnaMXCalkitManagerCalkitCalibrationElementSetPortConnectors Method

Defines the connectors of the Calibration Element by providing an array of Connector IDs where the 1st array element refers to the connector of the 1st port of the Calibration element. The array size has to be equal to the number of ports of the Calibration Element.

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 CalkitManagerCalkitCalibrationElementSetPortConnectors(
	string selectorString,
	string[] connectorIDs
)
Public Function CalkitManagerCalkitCalibrationElementSetPortConnectors ( 
	selectorString As String,
	connectorIDs As String()
) As Integer

Parameters

selectorString  String
Specifies the selector string created by this method. The selector string comprises of the Calkit ID and the Calibration Element ID.
Example:
"ckit::MyCkitID/calel::MyCalelID"
You can use the BuildCalibrationElementString(String, String) method to build the selector string.
connectorIDs  String
Specifies the array of Connectors associated with the Calibration Element.

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