High

SCPI Commands

SOURce:VOLTage:AUX:LEVel:LIMit:HIGH
class HighCls[source]

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

get() float[source]
# SCPI: SOURce:VOLTage:AUX:LEVel:LIMit:HIGH
value: float = driver.source.voltage.auxiliary.level.limit.high.get()

This command defines the maximum voltage that may be supplied by the Vaux source.

return

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

set(voltage: float) None[source]
# SCPI: SOURce:VOLTage:AUX:LEVel:LIMit:HIGH
driver.source.voltage.auxiliary.level.limit.high.set(voltage = 1.0)

This command defines the maximum voltage that may be supplied by the Vaux source.

param voltage

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