Event

SCPI Commands

STATus:OPERation:INSTrument:ISUMmary<Channel>:EVENt
class EventCls[source]

Event commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(channel=Channel.Default) int[source]
# SCPI: STATus:OPERation:INSTrument:ISUMmary<Channel>[:EVENt]
value: int = driver.status.operation.instrument.isummary.event.get(channel = repcap.Channel.Default)

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

param channel

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

return

result: No help available