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.applications.k70Vsa.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’)
- set(start: float, window=Window.Default) None[source]
# CALCulate<n>:STATistics:SCALe:Y:LOWer driver.applications.k70Vsa.calculate.statistics.scale.y.lower.set(start = 1.0, 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’)