RFmxVnaMX.CalibrationInitiate Method
- Updated2024-07-17
- 1 minute(s) read
RFmx
Commits the calibration settings. RFmx creates calibration-steps required to perform calibration. Call this method after configuring the calibration settings. After calling this method, if you change any calibration setting, you must call this method again to commit the change(s) to said calibration setting(s).
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 CalibrationInitiate( string selectorString )
Public Function CalibrationInitiate ( selectorString As String ) As Integer
Parameters
- selectorString String
- Pass an empty string. The signal name that is passed when creating the signal configuration is used.
Return Value
Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.