iTuner Manual
53
5.5.9
LoadCalibration Method
Method:
LoadCalibration (calId)
Parameter:
calId [in]
Calibration unique ID
Return value:
Result value of command (see command description in chapter 4)
Remarks:
LoadCalibration encapsulates the ‘LOADCAL’ command and loads the calibration
specified.
Examples:
iTuner.LoadCalibration(calId)
5.5.10
SetAdapter and GetAdapter Method
Method:
SetAdapter(s11_mag, s11_ang, s12_mag, s12_ang, s21_mag,
s21_ang, s22_mag, s22_ang)
GetAdapter(s11_mag, s11_ang, s12_mag, s12_ang, s21_mag,
s21_ang, s22_mag, s22_ang)
Parameter:
s11_mag [in][out]
s11_ang [in] [out]
s12_mag [in] [out]
s12_ang [in] [out]
s21_mag [in] [out]
s21_ang [in] [out]
s22_mag [in] [out]
s22_ang [in][out]
Linear Magnitude of s11
Phase of s11 in degrees
Linear Magnitude of s12
Phase of s12 in degrees
Linear Magnitude of s21
Phase of s21 in degrees
Linear Magnitude of s22
Phase of s22 in degrees
Return value:
Result value of command (see command description in chapter 4)
Remarks:
SetAdapter encapsulates the ‘ADAPTER’ command.