Current

SCPI Commands

SOURce:CURRent:RANGe
class CurrentCls[source]

Current commands group definition. 13 total commands, 3 Subgroups, 1 group commands

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

No command help available

return

arg_0: No help available

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

No command help available

param arg_0

No help available

Subgroups