Property (Read-Write)
SCPI.CALCulate(Ch).SELected.MSTatistics.STATe = Status
Status = SCPI.CALCulate(Ch).SELected.MSTatistics.STATe
This command turns ON/OFF the statistics values display, for the active trace of selected channel (Ch). The statistical values contain: mean value, standard deviation and the difference between the maximum value and the minimum value.
Parameter |
Status |
Description |
ON/OFF of the statistics value display |
Data type |
Boolean type (Boolean) |
Range |
Select from the following:
|
Preset value |
False or OFF |
Dim Mst As Boolean
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.MSTatistics.STATe = True
Mst = SCPI.CALCulate(1).SELected.MSTatistics.STATe
SCPI.CALCulate(Ch).PARameter(Tr).SELect
SCPI.CALCulate(Ch).SELected.MSTatistics.DATA
No equivalent key is available on the front panel.
:CALCulate{[1]-4}[:SELected]:MSTatistics[:STATe] {ON|OFF|1|0}
:CALCulate{[1]-4}[:SELected]:MSTatistics[:STATe]?
{1|0}<newline><^END>
10 OUTPUT 717;":CALC1:MST ON"
20 OUTPUT 717;":CALC1:MST?"
30 ENTER 717;A