Kt34400Status

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

Kt34400Status interface.

clear(self: keysight_kt34400.keysight_kt34400.Kt34400Status) None

Clears all event registers and the error message queue. Enable and any transition registers are unaffected.

Returns:

None

Remarks:

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

disable_service_request_events(self: keysight_kt34400.keysight_kt34400.Kt34400Status) None

Disables ServiceRequestEvent callbacks. SRQ events are not supported on non-488.2 connections.

Returns:

None

Remarks:

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

enable_service_request_events(self: keysight_kt34400.keysight_kt34400.Kt34400Status) None

Enables ServiceRequestEvent callbacks. SRQ events are not supported on non-488.2 connections.

Returns:

None

Remarks:

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

property operation

Reference to the Kt34400StatusOperation interface.

Access:

Readonly

Type:

Kt34400StatusOperation

preset(self: keysight_kt34400.keysight_kt34400.Kt34400Status) None

Sets the standard SCPI enable registers and transition filters.

Returns:

None

Remarks:

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

property questionable

Reference to the Kt34400StatusQuestionable interface.

Access:

Readonly

Type:

Kt34400StatusQuestionable

read_status_byte_register(self: keysight_kt34400.keysight_kt34400.Kt34400Status) keysight_kt34400.keysight_kt34400.StatusByteFlags

Queries the StatusByte register.

Returns:

The Status Byte value.

Return type:

StatusByteFlags

Remarks:

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

serial_poll(self: keysight_kt34400.keysight_kt34400.Kt34400Status) keysight_kt34400.keysight_kt34400.StatusByteFlags

Serial poll the instrument status byte. Not supported on non-488.2 connections.

Returns:

The Status Byte value.

Return type:

StatusByteFlags

Remarks:

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

property service_request_enable_register

The ServiceRequestEnable register specifies the bits in the StatusByte register that can generate a service request (SRQ) setting the StatusByte RequestingService bit (bit 6, value 64).

Access:

ReadWrite

Type:

StatusByteFlags

Remarks:

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

property service_request_event

Add or remove ServiceRequest event handler. SRQ events are not supported on non-488.2 connections.

Access:

ReadOnly

Type:

ServiceRequestEvent

property standard_event

Reference to the Kt34400StatusStandardEvent interface.

Access:

Readonly

Type:

Kt34400StatusStandardEvent

Child Interfaces