Lower

SCPI Command :

CALCulate<n>:STATistics:SCALe:Y:LOWer
class LowerCls[source]

Lower commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default) float[source]
# SCPI: CALCulate<n>:STATistics:SCALe:Y:LOWer
value: float = driver.calculate.statistics.scale.y.lower.get(window = repcap.Window.Default)

Defines the lower vertical limit of the diagram.

param window

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

return

magnitude: The number is a statistical value and therefore dimensionless. Range: 1E-9 to 0.1

set(magnitude: float, window=Window.Default) None[source]
# SCPI: CALCulate<n>:STATistics:SCALe:Y:LOWer
driver.calculate.statistics.scale.y.lower.set(magnitude = 1.0, window = repcap.Window.Default)

Defines the lower vertical limit of the diagram.

param magnitude

The number is a statistical value and therefore dimensionless. Range: 1E-9 to 0.1

param window

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