Splitter
SCPI Command :
LAYout:SPLitter
- class SplitterCls[source]
Splitter commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class SplitterStruct[source]
Response structure. Fields:
Arg_0: float: No parameter help available
Arg_1: float: No parameter help available
Arg_2: float: No parameter help available
- get() SplitterStruct [source]
# SCPI: LAYout:SPLitter value: SplitterStruct = driver.applications.k14Xnr5G.layout.splitter.get()
Changes the position of a splitter and thus controls the size of the windows on each side of the splitter. Compared to the method RsFsw.Applications.K17_Mcgd.Display.Window.Size.set command, the method RsFsw.Applications.K17_Mcgd.Layout. Splitter.set changes the size of all windows to either side of the splitter permanently, it does not just maximize a single window temporarily. Note that windows must have a certain minimum size. If the position you define conflicts with the minimum size of any of the affected windows, the command does not work, but does not return an error.
- return
structure: for return value, see the help for SplitterStruct structure arguments.
- set(arg_0: float, arg_1: float, arg_2: float) None [source]
# SCPI: LAYout:SPLitter driver.applications.k14Xnr5G.layout.splitter.set(arg_0 = 1.0, arg_1 = 1.0, arg_2 = 1.0)
Changes the position of a splitter and thus controls the size of the windows on each side of the splitter. Compared to the method RsFsw.Applications.K17_Mcgd.Display.Window.Size.set command, the method RsFsw.Applications.K17_Mcgd.Layout. Splitter.set changes the size of all windows to either side of the splitter permanently, it does not just maximize a single window temporarily. Note that windows must have a certain minimum size. If the position you define conflicts with the minimum size of any of the affected windows, the command does not work, but does not return an error.
- param arg_0
No help available
- param arg_1
No help available
- param arg_2
No help available