Ival
SCPI Command :
CALCulate<n>:MSRA:WINDow:IVAL
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class TimeSpan[source]
Response structure. Fields:
1 Start: float: No parameter help available
2 Stop: float: No parameter help available
- get(stimulus: float, window=Window.Default) TimeSpan[source]
# CALCulate<n>:MSRA:WINDow:IVAL value: TimeSpan = driver.calculate.msra.window.ival.get(stimulus = 1.0, window = repcap.Window.Default)
Returns the current analysis interval for applications in MSRA operating mode.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- Returns:
structure: for return value, see the help for TimeSpan structure arguments.