Upper
SCPI Command :
CALCulate<n>:STATistics:SCALe:Y:UPPer
- class UpperCls[source]
Upper commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default) float [source]
# SCPI: CALCulate<n>:STATistics:SCALe:Y:UPPer value: float = driver.calculate.statistics.scale.y.upper.get(window = repcap.Window.Default)
Defines the upper 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-5 to 1.0
- set(magnitude: float, window=Window.Default) None [source]
# SCPI: CALCulate<n>:STATistics:SCALe:Y:UPPer driver.calculate.statistics.scale.y.upper.set(magnitude = 1.0, window = repcap.Window.Default)
Defines the upper vertical limit of the diagram.
- param magnitude
The number is a statistical value and therefore dimensionless. Range: 1E-5 to 1.0
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)