TH2883 Series Operation Manual Chapter 8 SCPI Command reference
8-15
The :PHASediff:POSItion command sets which zero-crossing point is used in the Phasediff
comparator. The :PHASediff:POSItion? query returns the zero-crossing position value of the
Phasediff comparator.
Command syntax: COMParator:PHASediff:POSition <value>
Where,
<value>
Zero-crossing position value, NR1 format, range from 2 to 10 without unit.
For example: WrtCmd( “COMP:PHAS:POS 3” ); the third zero-crossing point is used.
Query syntax: COMP:PHAS:POS?
Return format: <NR1><NL^END>
The :PHASediff:DIFFerence command sets the difference limit value of the Phasediff comparator.
The :PHASediff:DIFFerence? query returns the current difference limit value of the Phasediff
comparator.
Command syntax: COMParator:PHASediff:DIFFerence <value>
Where,
<value> can be NR1, NR2 or NR3 format without unit.
For example: WrtCmd( “COMP:PHAS:DIFF 2.5” ); set the difference limit value to 2.5%.
NOTE: Here <value> is a percent value, for example, input 2.5 for 2.5%.
Query syntax: COMParator:PHASediff:DIFFerence?
Return format: <NR3><NL^END>
8.3.5 TRIGger subsystem commands
The TRIGger subsystem command group is used to trigger a measurement or to set the trigger
mode. Figure 8-6 shows the TRIGger subsystem command tree.
Figure 8-6 TRIGger subsystem command tree
The [:IMMediate] command triggers a measurement.
Command syntax: TRIGger[:IMMediate]
For example: WrtCmd( “TRIG” );