Chapter 2 Command System RIGOL
MSO7000/DS7000 Programming Guide 2-111
The query returns an integer.
:MEASure:SETup:MID 89 /*Sets the middle value of the threshold level to 89%.*/
:MEASure:SETup:MID? /*The query returns 89.*/
:MEASure:SETup:MIN
:MEASure:SETup:MIN <value>
:MEASure:SETup:MIN?
Sets or queries the threshold level lower limit of the analog channel in auto measurement.
 When the threshold type is percentage, its range is from 0% to 100%; when the
threshold type is absolute, its range is from -100 mV to 100 mV.
 When the lower limit is greater than the current middle value, the middle value will
be automatically increased, so as to make itself greater than the lower limit.
The query returns an integer.
:MEASure:SETup:MIN 53 /*Sets the lower limit of the threshold level to 53%.*/
:MEASure:SETup:MIN? /*The query returns 53.*/
:MEASure:SETup:PSA
:MEASure:SETup:PSA <source>
:MEASure:SETup:PSA?
Sets or queries Source A in the phase or delay measurement.
{D0|D1|D2|D3|D4|D5|D6|D7|D8|D9|D10|D11|D
12|D13|D14|D15|CHANnel1|CHANnel2|CHANnel
3|CHANnel4|MATH1|MATH2|MATH3|MATH4}
The query returns D0, D1, D2, D3, D4, D5, D6, D7, D8, D9, D10, D11, D12, D13, D14,
D15, CHAN1, CHAN2, CHAN3, CHAN4, MATH1, MATH2, MATH3, or MATH4.
:MEASure:SETup:PSA CHANnel1 /*Sets Source A of the phase measurement to CH1.*/
:MEASure:SETup:PSA? /*The query returns CHAN1.*/