Kt34400StatusOperation

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

Kt34400StatusOperation interface.

property enable_register

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

Access:

ReadWrite

Type:

StatusOperationFlags

Remarks:

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

read_condition_register(self: keysight_kt34400.keysight_kt34400.Kt34400StatusOperation) keysight_kt34400.keysight_kt34400.StatusOperationFlags

Read the Operation Condition register (16 bit). Conditions which are part of the instrument’s normal operation. Condition bits represent the current instrument state. Reading a Condition register does not change the value of the bits.

Returns:

The current value of the register.

Return type:

StatusOperationFlags

Remarks:

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

read_event_register(self: keysight_kt34400.keysight_kt34400.Kt34400StatusOperation) keysight_kt34400.keysight_kt34400.StatusOperationFlags

Read the Operation Event register (16 bit). Conditions which are part of the instrument’s normal operation. Event bits capture changes in Condition bits and remain set until cleared. Reading an event register clears it.

Returns:

The value of the register.

Return type:

StatusOperationFlags

Remarks:

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