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