Kt34400Display

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

Kt34400Display interface.

property data_format

Specifies the image format for images returned by GetScreenImage method.

Access:

ReadWrite

Type:

ImageType

Remarks:
property enabled

Enables or disables the entire front panel display.

Access:

ReadWrite

Type:

bool

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:

str

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:

DisplayMode

property text

This string appears in the instrument’s display.

Access:

ReadWrite

Type:

str

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.