Kt34400Status¶
Access interface members using:driver.statusWheredriveris a reference to the driver’s root interface returned by the constructor.
- class Kt34400Status¶
Kt34400Statusinterface.- 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
Kt34400StatusOperationinterface.- Access:
Readonly
- Type:
- 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
Kt34400StatusQuestionableinterface.- Access:
Readonly
- Type:
- 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:
- 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:
- 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:
- 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:
- property standard_event¶
Reference to the
Kt34400StatusStandardEventinterface.- Access:
Readonly
- Type:
Child Interfaces
