Low

SCPI Commands

SOURce:VOLTage:CONTrol<Source>:LEVel:LIMit:LOW
class LowCls[source]

Low commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(source=Source.Default) float[source]
# SCPI: SOURce:VOLTage:CONTrol<1|2>:LEVel:LIMit:LOW
value: float = driver.source.voltage.control.level.limit.low.get(source = repcap.Source.Default)

This command defines the minimum voltage that may be supplied by the Vtune source.

param source

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

return

voltage: numeric value Range: -10 to 28, Unit: V

set(voltage: float, source=Source.Default) None[source]
# SCPI: SOURce:VOLTage:CONTrol<1|2>:LEVel:LIMit:LOW
driver.source.voltage.control.level.limit.low.set(voltage = 1.0, source = repcap.Source.Default)

This command defines the minimum voltage that may be supplied by the Vtune source.

param voltage

numeric value Range: -10 to 28, Unit: V

param source

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