Display

src.display.display(oscope, clear: bool = False, type: str | None = None, grading_time: str | float | None = None, wave_brightness: int | None = None, grid: str | None = None, grid_brightness: int | None = None)[source]

Send commands to control an oscilloscope’s display. All arguments are optional.

Parameters:
  • clear (bool) – :DISPlay:CLEar

  • type (str) – :DISPlay:TYPE

  • grading_time (str, float) – :DISPlay:GRADing:TIME

  • wave_brightness (int) – :DISPlay:WBRightness

  • grid (str) – :DISPlay:GRID

  • grid_brightness:DISPlay:GBRightness

Returns:

A namedtuple with fields corresponding to the named arguments of this function. All fields are queried regardless of which arguments were initially provided. The data field is additionally provided as a result of the query :DISPlay:DATA?.