RFmxVnaMX.CalkitManagerCalkitCalibrationElementSParameterGetS21 Method
- Updated2024-07-17
- 1 minute(s) read
RFmx
Returns the S21 S-Parameter for the calibration element.
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 CalkitManagerCalkitCalibrationElementSParameterGetS21( string selectorString, ref ComplexDouble[] s21 )
Public Function CalkitManagerCalkitCalibrationElementSParameterGetS21 ( selectorString As String, ByRef s21 As ComplexDouble() ) As Integer
Parameters
- selectorString String
- 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. - s21 ComplexDouble
- Upon return, contains the S21 S-Parameter for the calibration element.
Return Value
Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.