Statistics

SCPI Command :

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

Statistics commands group definition. 7 total commands, 3 Subgroups, 1 group commands

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

INTRO_CMD_HELP: The I/Q data file must be in one of the following supported formats:

  • 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.applications.k70Vsa.calculate.statistics.clone()

Subgroups