Kt34400StatusQuestionable¶
Access interface members using:driver.status.questionableWheredriveris a reference to the driver’s root interface returned by the constructor.
- class Kt34400StatusQuestionable¶
Kt34400StatusQuestionableinterface.- 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:
- Remarks:
For details on the status register structure see the Status System Overview page.
- read_condition_register(self: keysight_kt34400.keysight_kt34400.Kt34400StatusQuestionable) keysight_kt34400.keysight_kt34400.StatusQuestionableFlags¶
Read the Questionable 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:
- Remarks:
For details on the status register structure see the Status System Overview page.
- read_event_register(self: keysight_kt34400.keysight_kt34400.Kt34400StatusQuestionable) keysight_kt34400.keysight_kt34400.StatusQuestionableFlags¶
Read the Questionable 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:
- Remarks:
For details on the status register structure see the Status System Overview page.
