CalkitManagerCalkitCalibrationElementSetPortConnectors(string, string[])
- Updated2025-10-13
- 1 minute(s) read
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.
Syntax
Namespace: NationalInstruments.RFmx.VnaMX
public int CalkitManagerCalkitCalibrationElementSetPortConnectors(string selectorString, string[] connectorIDs)
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the selector string created by this method. The selector string comprises of the Calkit ID and the Calibration Element ID. |
| connectorIDs | string[] | Specifies the array of Connectors associated with the Calibration Element. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.