Value

SCPI Command :

CALCulate<n>:DLRel[:VALue]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) float[source]
# CALCulate<n>:DLRel[:VALue]
value: float = driver.applications.k70Vsa.calculate.dlRel.value.get(window = repcap.Window.Default)

Defines or queries the y-value of the relative horizontal line in the specified window. This command is only available for eye diagrams, and only if an absolute horizontal line and a relative horizontal line are already available in the same diagram (see method RsFsw.applications.k70Vsa.calculate.dlabs.state.set() and method RsFsw.applications.k70Vsa.calculate.dlRel.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 horizontal line to the first (absolute) horizontal line.

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

Defines or queries the y-value of the relative horizontal line in the specified window. This command is only available for eye diagrams, and only if an absolute horizontal line and a relative horizontal line are already available in the same diagram (see method RsFsw.applications.k70Vsa.calculate.dlabs.state.set() and method RsFsw.applications.k70Vsa.calculate.dlRel.state.set() ) .

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

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