Value

SCPI Command :

CALCulate<n>:TLRel[:VALue]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) float[source]
# 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.k70Vsa.calculate.tlAbs.state.set() and method RsFsw.applications.k70Vsa.calculate.tlRel.state.set() ) .

Parameters:

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

Returns:

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]
# 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.k70Vsa.calculate.tlAbs.state.set() and method RsFsw.applications.k70Vsa.calculate.tlRel.state.set() ) .

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

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