Upper

SCPI Command :

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()

Defines or queries the ‘Full Scale Level’, i.e. the level that corresponds to an I/Q sample with the magnitude ‘1’. Is only available if the optional ‘Digital Baseband’ interface is installed.

return

level: Range: 1 uV to 7.071 V, Unit: DBM

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

Defines or queries the ‘Full Scale Level’, i.e. the level that corresponds to an I/Q sample with the magnitude ‘1’. Is only available if the optional ‘Digital Baseband’ interface is installed.

param level

Range: 1 uV to 7.071 V, Unit: DBM

Cloning the Group

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

Subgroups