Ival
SCPI Command :
CALCulate<n>:RTMS:WINDow:IVAL
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class GetStruct[source]
Response structure. Fields:
1 Int_Start: float: Analysis start = Capture offset time Unit: s
2 Int_Stop: float: Analysis end = capture offset + capture time Unit: s
- get(window=Window.Default) GetStruct[source]
# CALCulate<n>:RTMS:WINDow:IVAL value: GetStruct = driver.applications.k60Transient.calculate.rtms.window.ival.get(window = repcap.Window.Default)
Returns the current analysis interval for applications in MSRT 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 GetStruct structure arguments.