Fnumber
SCPI Command :
DISPlay[:WINDow<n>][:SUBWindow<w>]:FNUMber
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, subWindow=SubWindow.Default) float[source]
# 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. Prerequisites for this command
Capture more than one frame.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
subWindow – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Subwindow’)
- Returns:
frame: numeric value (integer only)
- set(frame: float, window=Window.Default, subWindow=SubWindow.Default) None[source]
# 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. Prerequisites for this command
Capture more than one frame.
- Parameters:
frame – numeric value (integer only)
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
subWindow – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Subwindow’)