Value

SCPI Command :

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

Defines the start and stop values for the evaluation range (see method RsFsw.applications.k70Vsa.calculate.elin.state.set() ) .

Parameters:

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

Returns:

left_disp: Range: 0 to 1000000, Unit: SYM

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

Defines the start and stop values for the evaluation range (see method RsFsw.applications.k70Vsa.calculate.elin.state.set() ) .

Parameters:
  • left_disp – Range: 0 to 1000000, Unit: SYM

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