Source
SCPI Command :
OUTPut:ADEMod[:ONLine]:SOURce
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() WindowName[source]
# OUTPut:ADEMod[:ONLine]:SOURce value: enums.WindowName = driver.output.ademod.online.source.get()
Selects the result display whose results are output. Only active time domain results can be selected.
- Returns:
window_name: (enum or string) string String containing the name of the window. By default, the name of a window is the same as its index. To determine the name and index of all active windows, use the method
RsFsw.layout.catalog.window.get()query. FOCus Dynamically switches to the currently selected window. If a window is selected that does not contain a time-domain result display, the selection is ignored and the previous setting is maintained.
- set(window_name: WindowName) None[source]
# OUTPut:ADEMod[:ONLine]:SOURce driver.output.ademod.online.source.set(window_name = enums.WindowName.FOCus)
Selects the result display whose results are output. Only active time domain results can be selected.
- Parameters:
window_name – (enum or string) string String containing the name of the window. By default, the name of a window is the same as its index. To determine the name and index of all active windows, use the method
RsFsw.layout.catalog.window.get()query. FOCus Dynamically switches to the currently selected window. If a window is selected that does not contain a time-domain result display, the selection is ignored and the previous setting is maintained.