Kt34400Display¶
Access interface members using:driver.displayWheredriveris a reference to the driver’s root interface returned by the constructor.
- class Kt34400Display¶
Kt34400Displayinterface.- property data_format¶
Specifies the image format for images returned by GetScreenImage method.
- Access:
ReadWrite
- Type:
- Remarks:
- get_screen_image(self: keysight_kt34400.keysight_kt34400.Kt34400Display, image_type: keysight_kt34400.keysight_kt34400.ImageType) numpy.ndarray[numpy.uint8]¶
Returns the front panel display (“screen shot”).
- Parameters:
image_type (ImageType) – The format for front panel images
- Returns:
The display image
- Return type:
numpy.ndarray<with dtype:uint8>
- property label¶
Places a message in a large font on the bottom half of the instrument’s front-panel display.
- Access:
ReadWrite
- Type:
- Remarks:
- A quoted string of up to 40 characters. You can use letters (A-Z), numbers (0-9) and special characters such as @, %, \*, and so forth.
- property mode¶
Specifies whether measurement data is displayed in numeric, histogram, trend chart, or meter form.
- Access:
ReadWrite
- Type:
- property text¶
This string appears in the instrument’s display.
- Access:
ReadWrite
- Type:
- Remarks:
- Text property overrides the display state. You can display a message with the display disabled. While a message is displayed, information relating to the current instrument operation is not sent to the front-panel display. The display text is unaffected by Preset.
- text_clear(self: keysight_kt34400.keysight_kt34400.Kt34400Display) None¶
Clears the text message from the front-panel display.
- Returns:
None
- Remarks:
- When Enabled property is true, this method returns the display to its normal mode. When Enabled property is false, this method clears the message and the display remains disabled.
