Upper
SCPI Command :
INPut:DIQ:RANGe[:UPPer]
- Commands in total: 3Subgroups: 2Direct child commands: 1
- get() float[source]
# INPut:DIQ:RANGe[:UPPer] value: float = driver.applications.k10Xlte.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.
- Returns:
level: Range: 1 uV to 7.071 V, Unit: DBM
- set(level: float) None[source]
# INPut:DIQ:RANGe[:UPPer] driver.applications.k10Xlte.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.
- Parameters:
level – Range: 1 uV to 7.071 V, Unit: DBM
Cloning the Group
# Create a copy of the original group, that exists independently
upper_copy = driver.applications.k10Xlte.inputPy.diq.range.upper.clone()
Subgroups