Priority

SCPI Command :

SENSe<CH>:[POWer]:DISPlay:PERManent:PRIority
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(channel=Channel.Default) PowSensDisplayPriority[source]
# 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.

Parameters:

channel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sense’)

Returns:

priority: AVERage | PEAK

set(priority: PowSensDisplayPriority, channel=Channel.Default) None[source]
# 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.

Parameters:
  • priority – AVERage | PEAK

  • channel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sense’)