Fnumber

SCPI Command :

DISPlay[:WINDow<n>][:SUBWindow<w>]:FNUMber
class FnumberCls[source]

Fnumber commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default, subWindow=SubWindow.Default) float[source]
# SCPI: DISPlay[:WINDow<n>][:SUBWindow<w>]:FNUMber
value: float = driver.applications.k14Xnr5G.display.window.subwindow.fnumber.get(window = repcap.Window.Default, subWindow = repcap.SubWindow.Default)
Assigns a specific frame to a view.

INTRO_CMD_HELP: Prerequisites for this command

  • Capture more than one frame.

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)

param subWindow

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Subwindow’)

return

frame: numeric value (integer only)

set(frame: float, window=Window.Default, subWindow=SubWindow.Default) None[source]
# SCPI: DISPlay[:WINDow<n>][:SUBWindow<w>]:FNUMber
driver.applications.k14Xnr5G.display.window.subwindow.fnumber.set(frame = 1.0, window = repcap.Window.Default, subWindow = repcap.SubWindow.Default)
Assigns a specific frame to a view.

INTRO_CMD_HELP: Prerequisites for this command

  • Capture more than one frame.

param frame

numeric value (integer only)

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)

param subWindow

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Subwindow’)