Voltage

SCPI Commands

SOURce:VOLTage:RANGe
class VoltageCls[source]

Voltage commands group definition. 17 total commands, 7 Subgroups, 1 group commands

get_range() float[source]
# SCPI: [SOURce]:VOLTage:RANGe
value: float = driver.source.voltage.get_range()

No command help available

return

arg_0: No help available

set_range(arg_0: float) None[source]
# SCPI: [SOURce]:VOLTage:RANGe
driver.source.voltage.set_range(arg_0 = 1.0)

No command help available

param arg_0

No help available

Subgroups