ResultBoxes

SCPI Commands :

DISPlay:RESultboxes:MEPosition
DISPlay:RESultboxes:CUPosition
DISPlay:RESultboxes:DEPosition
Commands in total: 3
Subgroups: 0
Direct child commands: 3
get_cu_position() DispResultBoxPosition[source]
# DISPlay:RESultboxes:CUPosition
value: enums.DispResultBoxPosition = driver.display.resultBoxes.get_cu_position()

Defines the position of the cursor measurement results on the screen.

get_de_position() DispResultBoxPosition[source]
# DISPlay:RESultboxes:DEPosition
value: enums.DispResultBoxPosition = driver.display.resultBoxes.get_de_position()

Defines the position of the protocol decode result table on the screen.

get_me_position() DispResultBoxPosition[source]
# DISPlay:RESultboxes:MEPosition
value: enums.DispResultBoxPosition = driver.display.resultBoxes.get_me_position()

Defines the position of the measurement results on the display.

set_cu_position(grouped_cursor_res_dialog_default_posi: DispResultBoxPosition) None[source]
# DISPlay:RESultboxes:CUPosition
driver.display.resultBoxes.set_cu_position(grouped_cursor_res_dialog_default_posi = enums.DispResultBoxPosition.DOCK)

Defines the position of the cursor measurement results on the screen.

Parameters:

grouped_cursor_res_dialog_default_posi

PREV | FLOA | DOCK

  • PREV: Preview: result icon on the signal bar.

  • FLOA: Floating result box in front of the diagrams.

  • DOCK: Docked: fixed tab below the diagrams.

set_de_position(decode_res_dialog_default_posi: DispResultBoxPosition) None[source]
# DISPlay:RESultboxes:DEPosition
driver.display.resultBoxes.set_de_position(decode_res_dialog_default_posi = enums.DispResultBoxPosition.DOCK)

Defines the position of the protocol decode result table on the screen.

Parameters:

decode_res_dialog_default_posi

PREV | FLOA | DOCK

  • PREV: Preview: result icon on the sidebar.

  • FLOA: Floating result box in front of the diagrams.

  • DOCK: Docked: fixed tab below the diagrams.

set_me_position(grouped_meas_res_dialog_default_posi: DispResultBoxPosition) None[source]
# DISPlay:RESultboxes:MEPosition
driver.display.resultBoxes.set_me_position(grouped_meas_res_dialog_default_posi = enums.DispResultBoxPosition.DOCK)

Defines the position of the measurement results on the display.

Parameters:

grouped_meas_res_dialog_default_posi

PREV | FLOA | DOCK

  • PREV: Preview: result icon on the signal bar

  • FLOA: Floating: floating result box in front of the diagrams

  • DOCK: Docked: fixed tab below the diagrams