Position
SCPI Command :
CALCulate<n>:MATH:POSition
- class PositionCls[source]
Position commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default) float [source]
# SCPI: CALCulate<n>:MATH:POSition value: float = driver.applications.k14Xnr5G.calculate.math.position.get(window = repcap.Window.Default)
Defines the position of the trace resulting from the mathematical operation.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- return
position: Vertical position of the trace in % of the height of the diagram area. 100 PCT corresponds to the upper diagram border. Range: -100 to 200, Unit: PCT
- set(position: float, window=Window.Default) None [source]
# SCPI: CALCulate<n>:MATH:POSition driver.applications.k14Xnr5G.calculate.math.position.set(position = 1.0, window = repcap.Window.Default)
Defines the position of the trace resulting from the mathematical operation.
- param position
Vertical position of the trace in % of the height of the diagram area. 100 PCT corresponds to the upper diagram border. Range: -100 to 200, Unit: PCT
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)