RFmx VNA DotNET

Table of Contents

RFmxVnaMX.CalkitManagerCalkitConnectorGetDescription Method

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

RFmxVnaMXCalkitManagerCalkitConnectorGetDescription Method

Returns the description of a Connector of a specific Calkit.

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 CalkitManagerCalkitConnectorGetDescription(
	string selectorString,
	out string description
)
Public Function CalkitManagerCalkitConnectorGetDescription ( 
	selectorString As String,
	<OutAttribute> ByRef description 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.
description  String

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