RFmx VNA DotNET

Table of Contents

RFmxVnaMX.CalkitManagerCalkitConnectorSetType Method

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

RFmxVnaMXCalkitManagerCalkitConnectorSetType Method

Sets the Type of a Connector of a specific Calkit. Connector type is a user defined string (for example 'SMA', '1.8mm', etc.).

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 CalkitManagerCalkitConnectorSetType(
	string selectorString,
	string connectorType
)
Public Function CalkitManagerCalkitConnectorSetType ( 
	selectorString As String,
	connectorType As String
) As Integer

Parameters

selectorString  String
Specifies the selector string to address a specific Connector within a Calkit. The selector string comprises of the Calkit ID and the Connector ID.
Example:
"ckit::MyCkitID/conn::MyConnID"
You can use the BuildConnectorString(String, String) method to build the selector string.
connectorType  String
Specifies the Type of a Connector of a specific Calkit.

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