Value

SCPI Command :

CALCulate<n>:TLABs[:VALue]
class ValueCls[source]

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

get(window=Window.Default) float[source]
# SCPI: CALCulate<n>:TLABs[:VALue]
value: float = driver.applications.k70Vsa.calculate.tlAbs.value.get(window = repcap.Window.Default)

Defines or queries the x-value of the absolute vertical line in the specified window. This command is only available for eye diagrams, and only if an absolute vertical line is already available in the diagram (see method RsFsw.Applications. K70_Vsa.Calculate.TlAbs.State.set) .

param window

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

return

vert_line_abs_pos: X-value of the absolute vertical line. Unit: SYMB

set(vert_line_abs_pos: float, window=Window.Default) None[source]
# SCPI: CALCulate<n>:TLABs[:VALue]
driver.applications.k70Vsa.calculate.tlAbs.value.set(vert_line_abs_pos = 1.0, window = repcap.Window.Default)

Defines or queries the x-value of the absolute vertical line in the specified window. This command is only available for eye diagrams, and only if an absolute vertical line is already available in the diagram (see method RsFsw.Applications. K70_Vsa.Calculate.TlAbs.State.set) .

param vert_line_abs_pos

X-value of the absolute vertical line. Unit: SYMB

param window

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