Value
SCPI Command :
CALCulate<n>:MSRA:ALINe[:VALue]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) float[source]
# 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.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- Returns:
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]
# 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.
- Parameters:
position – Position of the analysis line in seconds. The position must lie within the measurement time of the MSRA measurement. Unit: s
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)