Display
- src.display.display(oscope, clear: bool = False, type: Optional[str] = None, grading_time: Optional[Union[str, float]] = None, wave_brightness: Optional[int] = None, grid: Optional[str] = None, grid_brightness: Optional[int] = 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?.