Statistics

SCPI Command :

CALCulate<n>:STATistics:PRESet
Commands in total: 12
Subgroups: 5
Direct child commands: 1
preset(window=Window.Default) None[source]
# CALCulate<n>:STATistics:PRESet
driver.calculate.statistics.preset(window = repcap.Window.Default)

Resets the scale of the diagram (x- and y-axis) . .. 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
Parameters:

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 copy of the original group, that exists independently
statistics_copy = driver.calculate.statistics.clone()

Subgroups