Position

SCPI Command :

CALCulate<n>:MATH:POSition
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) float[source]
# 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.

Parameters:

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

Returns:

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]
# 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.

Parameters:
  • 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

  • window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)