Event
SCPI Command :
WGENerator<*>:GOVerload:STATus[:EVENt]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(waveformGen=WaveformGen.Default) bool[source]
# WGENerator<*>:GOVerload:STATus[:EVENt] value: bool = driver.wgenerator.goverload.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<*>:GOVerload:STATus[:EVENt] driver.wgenerator.goverload.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’)