Value

SCPI Command :

CALCulate<n>:DLRel[: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>: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.K70_Vsa.Calculate.Dlabs.State.set and method RsFsw.Applications.K70_Vsa. Calculate.DlRel.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 horizontal line to the first (absolute) horizontal line.

set(line_rel_pos_rel: float, window=Window.Default) None[source]
# SCPI: 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.K70_Vsa.Calculate.Dlabs.State.set and method RsFsw.Applications.K70_Vsa. Calculate.DlRel.State.set) .

param line_rel_pos_rel

Relative distance of the second horizontal line to the first (absolute) horizontal line.

param window

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