ServiceRequestEventArgs

class ServiceRequestEventArgs

VISA Service Request (SRQ) event callback args class.

__init__(self: keysight_kt34400.keysight_kt34400.ServiceRequestEventArgs, status_byte: keysight_kt34400.keysight_kt34400.StatusByteFlags) None

Creates a new instance of the ServiceRequestEventArgs class.

Parameters:

status_byte (StatusByteFlags) – The value of the status byte register at the time of the Service Request occurrance.

Returns:

None

property status_byte

The value of the status byte register at the time of the Service Request occurrance.

Access:

ReadOnly

Type:

StatusByteFlags