Kt34400StatusStandardEvent

Access interface members using: driver.status.standard_event
Where driver is a reference to the driver’s root interface returned by the constructor.
class Kt34400StatusStandardEvent

Kt34400StatusStandardEvent interface.

property enable_register

Enable register (8 bit). Enable bits select whether an Event bit causes the register summary condition bit to become true in the StatusByte register.

Access:

ReadWrite

Type:

StatusStandardEventFlags

Remarks:

For details on the status register structure see the Status System Overview page.

read_event_register(self: keysight_kt34400.keysight_kt34400.Kt34400StatusStandardEvent) keysight_kt34400.keysight_kt34400.StatusStandardEventFlags

Read the Standard Event Status register (8 bit). Conditions defined by IEEE 488.2. Event bits remain set until cleared. Reading the StandardEvent register clears it.

Returns:

The value of the register.

Return type:

StatusStandardEventFlags

Remarks:

For details on the status register structure see the Status System Overview page.