RFmxVnaMX.CalkitManagerCalkitGetCalibrationElementIDs Method
- Updated2024-07-17
- 1 minute(s) read
RFmx
Returns a list of Calibration Element IDs of all Calibration Elements of the 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 CalkitManagerCalkitGetCalibrationElementIDs( string selectorString, ref string[] calibrationElementIDs )
Public Function CalkitManagerCalkitGetCalibrationElementIDs ( selectorString As String, ByRef calibrationElementIDs As String() ) As Integer
Parameters
- selectorString String
- Specifies a selector string comprising of the Calkit ID.
Example:
"ckit::MyCkitID"
You can use the BuildCalkitString(String, String) method to build the selector string. - calibrationElementIDs String
- Upon return, contains the list of Calibration Element IDs of all Calibration Elements of the Calkit.
Return Value
Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.