iTuner Manual
58
Return value:
Result value of command (see command description in chapter 4)
Remarks:
GetSpar encapsulates the ‘SPAR?’ command.
GetSpar returns the instantaneous s-parameter taking into account the
ADAPTER and the tuner, and can be called even while the tuner is performing a
movement.
Examples:
iTuner.GetSpar(&s11mag, &s11phi, &s12mag, &s12phi, &s21mag, &s21phi,
&s22mag, &s22phi)
5.5.17
GetSparAt Method
Method:
GetSparAt( x,y, s11_mag, s11_ang, s12_mag, s12_ang,
s21_mag, s21_ang, s22_mag, s22_ang)
Parameter:
x [in]
y [in]
s11_mag [out]
s11_ang [out]
s12_mag [out]
s12_ang [out]
s21_mag [out]
s21_ang [out]
s22_mag [out]
s22_ang [out]
Position of horizontal axis
Position of vertical axis
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:
GetSparAt encapsulates the ‘SPAR_AT?’ command.
GetSparAt returns the s-parameter taking into account the ADAPTER and the
tuner for a given x and y coordinates.