Value

SCPI Command :

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

Parameters:

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

Returns:

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

set(vert_line_abs_pos: float, window=Window.Default) None[source]
# 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.k70Vsa.calculate.tlAbs.state.set() ) .

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

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