Statistics

SCPI Command :

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

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

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

Subgroups