Event

SCPI Command :

CHANnel<*>:OVERload:STATus[:EVENt]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(channel=Channel.Default) bool[source]
# CHANnel<*>:OVERload:STATus[:EVENt]
value: bool = driver.channel.overload.status.event.get(channel = repcap.Channel.Default)

Returns the contents of the EVENt part of the status register to check if an event has occurred since the last reading. Reading an EVENt register deletes its contents.

Parameters:

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

Returns:

value: bit dependent, comma-separated values

set(value: bool, channel=Channel.Default) None[source]
# CHANnel<*>:OVERload:STATus[:EVENt]
driver.channel.overload.status.event.set(value = False, channel = repcap.Channel.Default)

Returns the contents of the EVENt part of the status register to check if an event has occurred since the last reading. Reading an EVENt register deletes its contents.

Parameters:
  • value – bit dependent, comma-separated values

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