Unit
SCPI Command :
CONFigure:POWer:UNIT
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() EtResultUnit[source]
# CONFigure:POWer:UNIT value: enums.EtResultUnit = driver.applications.k18AmplifierEt.configure.power.unit.get()
Switches the unit for power results from dBm (default) to Watts.
- Returns:
result: DBM | WATT
- set(result: EtResultUnit) None[source]
# CONFigure:POWer:UNIT driver.applications.k18AmplifierEt.configure.power.unit.set(result = enums.EtResultUnit.DBM)
Switches the unit for power results from dBm (default) to Watts.
- Parameters:
result – DBM | WATT