Opower
SCPI Command :
UNIT:OPOWer
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() OffPowerUnit[source]
# UNIT:OPOWer value: enums.OffPowerUnit = driver.applications.k10Xlte.unit.opower.get()
Selects the unit the off power (transmit on / off power measurements) is displayed in.
- Returns:
unit: DBM Displays the power as an absolute value in dBm. DMHZ Displays the power as a relative value in dBm/MHz.
- set(unit: OffPowerUnit) None[source]
# UNIT:OPOWer driver.applications.k10Xlte.unit.opower.set(unit = enums.OffPowerUnit.DBM)
Selects the unit the off power (transmit on / off power measurements) is displayed in.
- Parameters:
unit – DBM Displays the power as an absolute value in dBm. DMHZ Displays the power as a relative value in dBm/MHz.