Value

SCPI Command :

CALCulate<n>:MSRA:ALINe[: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>:MSRA:ALINe[:VALue]
value: float = driver.applications.k70Vsa.calculate.msra.aline.value.get(window = repcap.Window.Default)

Defines the position of the analysis line for all time-based windows in all MSRA secondary applications and the MSRA primary application.

param window

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

return

value: No help available

set(value: float, window=Window.Default) None[source]
# SCPI: CALCulate<n>:MSRA:ALINe[:VALue]
driver.applications.k70Vsa.calculate.msra.aline.value.set(value = 1.0, window = repcap.Window.Default)

Defines the position of the analysis line for all time-based windows in all MSRA secondary applications and the MSRA primary application.

param value

No help available

param window

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