Lower
SCPI Command :
CALCulate<n>:STATistics:SCALe:Y:LOWer
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) float[source]
# 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.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- Returns:
magnitude: The number is a statistical value and therefore dimensionless. Range: 1E-9 to 0.1
- set(magnitude: float, window=Window.Default) None[source]
# 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.
- Parameters:
magnitude – The number is a statistical value and therefore dimensionless. Range: 1E-9 to 0.1
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)