Returns the 0th order coefficient of the 3rd order polynomial capacitance/inductance model for the Reflect Open/Reflect Short model type.

Syntax

Namespace: NationalInstruments.RFmx.VnaMX

public int CalkitManagerCalkitCalibrationElementReflectModelGetC0(string selectorString, out double c0)

Parameters

NameTypeDescription
selectorStringstring

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.

c0out double

Upon return, contains the 0th order coefficient of the 3rd order polynomial capacitance/inductance model for the Reflect Open/Reflect Short model type.

Returns

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