Extended

SCPI Commands :

DISPlay:EXTended:PORDialogs
DISPlay:EXTended:POSDialogs
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_pordialogs() bool[source]
# DISPlay:EXTended:PORDialogs
value: bool = driver.display.extended.get_pordialogs()

If an external monitor is connected to the instrument, enables the display of result boxes on the external monitor.

Returns:

pop_out_res_dialogs: OFF | ON

get_posdialogs() bool[source]
# DISPlay:EXTended:POSDialogs
value: bool = driver.display.extended.get_posdialogs()

If an external monitor is connected to the instrument, enables the display of dialog boxes on the external monitor.

Returns:

pop_out_sett_dialogs: OFF | ON

set_pordialogs(pop_out_res_dialogs: bool) None[source]
# DISPlay:EXTended:PORDialogs
driver.display.extended.set_pordialogs(pop_out_res_dialogs = False)

If an external monitor is connected to the instrument, enables the display of result boxes on the external monitor.

Parameters:

pop_out_res_dialogs – OFF | ON

set_posdialogs(pop_out_sett_dialogs: bool) None[source]
# DISPlay:EXTended:POSDialogs
driver.display.extended.set_posdialogs(pop_out_sett_dialogs = False)

If an external monitor is connected to the instrument, enables the display of dialog boxes on the external monitor.

Parameters:

pop_out_sett_dialogs – OFF | ON