Value

SCPI Command :

CALCulate<n>:TLRel[: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>:TLRel[:VALue]
value: float = driver.applications.k70Vsa.calculate.tlRel.value.get(window = repcap.Window.Default)

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

param window

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

return

line_rel_pos_rel: Relative distance of the second vertical line to the first (absolute) vertical line. Unit: SYMB

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

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

param line_rel_pos_rel

Relative distance of the second vertical line to the first (absolute) vertical line. Unit: SYMB

param window

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