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.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

stimulus: No help available

set(stimulus: float, window=Window.Default) None[source]
# SCPI: CALCulate<n>:MSRA:ALINe:VALue
driver.calculate.msra.aline.value.set(stimulus = 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 stimulus

No help available

param window

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