iTuner Manual
56
GetGammaAt encapsulates the ‘GAMMA_AT?’ command.
GetGammaAt returns the reflection coefficient in the DUT reference plane for a
given x and y coordinates.
iTuner.GetGammaAt(1000, 5000, &mag, &phase, &loss)
5.5.14 SetVSWR and GetVSWR Method
SetVSWR( vswr, phase )
GetVSWR( vswr, phase, loss)
vswr [in][out]
phase [in][out]
loss [out]
VSWR in DUT reference plane
Phase of VSWR
Loss of tuner (and adapter) in dB
Result value of command (see command description in chapter 4)
SeVSWR encapsulates the ‘TuneVSWR’ command.
GetVSWR encapsulates the ‘VSWR?’ command.
SetVSWR() is a blocking command (if Timeout property > 0).
GetVSWR returns the instantaneous reflection coefficient in the DUT reference
plane, and can be called even while the tuner is performing a movement.
iTuner.SetVSWR(3.5,135)
iTuner.GetVSWRAt(&vswr,&phase,&loss)