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.k91Wlan.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
position: Position of the analysis line in seconds. The position must lie within the measurement time of the MSRA measurement. Unit: s
- set(position: float, window=Window.Default) None [source]
# SCPI: CALCulate<n>:MSRA:ALINe[:VALue] driver.applications.k91Wlan.calculate.msra.aline.value.set(position = 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 position
Position of the analysis line in seconds. The position must lie within the measurement time of the MSRA measurement. Unit: s
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)