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:CLEartype (str) –
:DISPlay:TYPEgrading_time (str, float) –
:DISPlay:GRADing:TIMEwave_brightness (int) –
:DISPlay:WBRightnessgrid (str) –
:DISPlay:GRIDgrid_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
datafield is additionally provided as a result of the query:DISPlay:DATA?.