Unit

SCPI Command :

INPut:DIQ:RANGe[:UPPer]:UNIT
class UnitCls[source]

Unit commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() RsFsw.enums.DiqUnit[source]
# SCPI: INPut:DIQ:RANGe[:UPPer]:UNIT
value: enums.DiqUnit = driver.inputPy.diq.range.upper.unit.get()

Defines the unit of the full scale level. The availability of units depends on the measurement application you are using. Is only available if the optional ‘Digital Baseband’ interface is installed.

return

level: DBM | DBPW | WATT | DBUV | DBMV | VOLT | DBUA | AMPere

set(level: RsFsw.enums.DiqUnit) None[source]
# SCPI: INPut:DIQ:RANGe[:UPPer]:UNIT
driver.inputPy.diq.range.upper.unit.set(level = enums.DiqUnit.AMPere)

Defines the unit of the full scale level. The availability of units depends on the measurement application you are using. Is only available if the optional ‘Digital Baseband’ interface is installed.

param level

DBM | DBPW | WATT | DBUV | DBMV | VOLT | DBUA | AMPere