Upper

SCPI Commands

INPut:DIQ:RANGe:UPPer
class UpperCls[source]

Upper commands group definition. 3 total commands, 2 Subgroups, 1 group commands

get() float[source]
# SCPI: INPut:DIQ:RANGe[:UPPer]
value: float = driver.inputPy.diq.range.upper.get()

No command help available

return

arg_0: No help available

set(arg_0: float) None[source]
# SCPI: INPut:DIQ:RANGe[:UPPer]
driver.inputPy.diq.range.upper.set(arg_0 = 1.0)

No command help available

param arg_0

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.inputPy.diq.range.upper.clone()

Subgroups