iTuner Manual
54
GetAdapter encapsulates the ‘ADAPTER?’ command.
SetAdapter sets s-parameter of section between DUT and tuner for the primary
frequency.
GetAdapter returns the settted s-parameter of section between DUT and tuner
for the primary frequency.
Examples:
iTuner.SetAdapter(0.1,30,0.9,20,0.9,18,0.1,60)
iTuner.GetAdapter(&s11mag, &s11phi, &s12mag, &s12phi, &s21mag, &s21phi,
&s22mag, &s22phi)
5.5.11
SetTermination and GetTermination Method
Method:
SetTermination(magnitude, phase)
GetTermination(magnitude, phase)
Parameter:
magnitude [in][out]
phase [in][out]
Magnitude of reflection coefficient
Phase of reflection coefficient
Return value:
Result value of command (see command description in chapter 4)
Remarks:
SetTermination encapsulates the ‘TERM’ command.
GetTermination encapsulates the ‘TERM?’ command.
SetTermination sets termination seen by tuner for the primary frequency.
GetTermination returns the settted termination seen by tuner for the primary
frequency.
Examples:
iTuner.SetTermination(0.01, 90)
iTuner.GetTermination(&mag, &phi)