Value
SCPI Command :
CALCulate<n>:RTMS:ALINe:VALue
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) float[source]
# CALCulate<n>:RTMS:ALINe:VALue value: float = driver.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.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- set(stimulus: float, window=Window.Default) None[source]
# CALCulate<n>:RTMS:ALINe:VALue driver.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.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)