Ival
SCPI Command :
CALCulate<n>:MSRA:WINDow:IVAL
- class IvalCls[source]
Ival commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class GetStruct[source]
Response structure. Fields:
Int_Start: float: Analysis start = Capture offset time Unit: s
Int_Stop: float: Analysis end = capture offset + capture time Unit: s
- get(window=Window.Default) GetStruct [source]
# SCPI: CALCulate<n>:MSRA:WINDow:IVAL value: GetStruct = driver.applications.k60Transient.calculate.msra.window.ival.get(window = repcap.Window.Default)
Returns the current analysis interval for applications in MSRA operating mode.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- return
structure: for return value, see the help for GetStruct structure arguments.