Value
SCPI Command :
CALCulate<n>:RTMS: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>:RTMS:ALINe[:VALue] value: float = driver.applications.k6Pulse.calculate.rtms.aline.value.get(window = repcap.Window.Default)
Defines the position of the analysis line for all time-based windows in all MSRT secondary applications and the MSRT primary.
- 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>:RTMS:ALINe[:VALue] driver.applications.k6Pulse.calculate.rtms.aline.value.set(stimulus = 1.0, window = repcap.Window.Default)
Defines the position of the analysis line for all time-based windows in all MSRT secondary applications and the MSRT primary.
- param stimulus
No help available
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)