Upper

SCPI Command :

INPut:DIQ:RANGe[:UPPer]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# INPut:DIQ:RANGe[:UPPer]
value: float = driver.applications.k91Wlan.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.k91Wlan.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