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.applications.k70Vsa.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

start: No help available

set(start: float, window=Window.Default) None[source]
# SCPI: 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.

param start

No help available

param window

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