High

SCPI Commands

SOURce:VOLTage:POWer<Source>:LEVel:LIMit:HIGH
class HighCls[source]

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

get(source=Source.Default) float[source]
# SCPI: SOURce:VOLTage:POWer<1|2>:LEVel:LIMit:HIGH
value: float = driver.source.voltage.power.level.limit.high.get(source = repcap.Source.Default)

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

param source

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

return

voltage_current: No help available

set(voltage_current: float, source=Source.Default) None[source]
# SCPI: SOURce:VOLTage:POWer<1|2>:LEVel:LIMit:HIGH
driver.source.voltage.power.level.limit.high.set(voltage_current = 1.0, source = repcap.Source.Default)

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

param voltage_current

No help available

param source

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