Event

SCPI Command :

WGENerator<*>:TEMPerature:STATus[:EVENt]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(waveformGen=WaveformGen.Default) bool[source]
# WGENerator<*>:TEMPerature:STATus[:EVENt]
value: bool = driver.wgenerator.temperature.status.event.get(waveformGen = repcap.WaveformGen.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:

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

Returns:

value: bit dependent, comma-separated values

set(value: bool, waveformGen=WaveformGen.Default) None[source]
# WGENerator<*>:TEMPerature:STATus[:EVENt]
driver.wgenerator.temperature.status.event.set(value = False, waveformGen = repcap.WaveformGen.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

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