Priority
SCPI Command :
SENSe<CH>:[POWer]:DISPlay:PERManent:PRIority
- class PriorityCls[source]
Priority commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(channel=Channel.Default) RsSmw.enums.PowSensDisplayPriority [source]
# SCPI: SENSe<CH>:[POWer]:DISPlay:PERManent:PRIority value: enums.PowSensDisplayPriority = driver.sense.power.display.permanent.priority.get(channel = repcap.Channel.Default)
Selects average or peak power for permanent display.
- param channel
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sense’)
- return
priority: AVERage| PEAK
- set(priority: RsSmw.enums.PowSensDisplayPriority, channel=Channel.Default) None [source]
# SCPI: SENSe<CH>:[POWer]:DISPlay:PERManent:PRIority driver.sense.power.display.permanent.priority.set(priority = enums.PowSensDisplayPriority.AVERage, channel = repcap.Channel.Default)
Selects average or peak power for permanent display.
- param priority
AVERage| PEAK
- param channel
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sense’)