Statistics

SCPI Command :

CALCulate<n>:STATistics:PRESet
class StatisticsCls[source]

Statistics commands group definition. 12 total commands, 5 Subgroups, 1 group commands

preset(window=Window.Default) None[source]
# SCPI: CALCulate<n>:STATistics:PRESet
driver.calculate.statistics.preset(window = repcap.Window.Default)
Resets the scale of the diagram (x- and y-axis) .

INTRO_CMD_HELP: Note:

  • Reference level (x-axis) 0.0 dBm

  • Display range (x-axis) for APD measurements 100 dB

  • Display range (x-axis) for CCDF measurements 20 dB

  • Upper limit of the y-axis 1.0

  • Lower limit of the y-axis 1E-6

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

preset_with_opc(window=Window.Default, opc_timeout_ms: int = - 1) None[source]

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.calculate.statistics.clone()

Subgroups