Sets the Maximum Frequency of a Connector of a specific Calkit.

Syntax

Namespace: NationalInstruments.RFmx.VnaMX

public int CalkitManagerCalkitConnectorSetMaximumFrequency(string selectorString, double maximumFrequency)

Parameters

NameTypeDescription
selectorStringstring

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.

maximumFrequencydouble

Specifies the Maximum Frequency of a Connector of a specific Calkit.

Returns

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