Power
SCPI Command :
SENSe<CH>:UNIT:[POWer]
- class PowerCls[source]
Power commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(channel=Channel.Default) RsSmbv.enums.UnitPowSens [source]
# SCPI: SENSe<CH>:UNIT:[POWer] value: enums.UnitPowSens = driver.sense.unit.power.get(channel = repcap.Channel.Default)
Selects the unit (Watt, dBm or dBuV) of measurement result display, queried with method RsSmbv.Read.Power.get_.
- param channel
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sense’)
- return
power: DBM| DBUV| WATT
- set(power: RsSmbv.enums.UnitPowSens, channel=Channel.Default) None [source]
# SCPI: SENSe<CH>:UNIT:[POWer] driver.sense.unit.power.set(power = enums.UnitPowSens.DBM, channel = repcap.Channel.Default)
Selects the unit (Watt, dBm or dBuV) of measurement result display, queried with method RsSmbv.Read.Power.get_.
- param power
DBM| DBUV| WATT
- param channel
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sense’)