Ival

SCPI Command :

CALCulate<n>:MSRA:WINDow:IVAL
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class GetStruct[source]

Response structure. Fields:

  • 1 Int_Start: int: Analysis start = Capture offset time Unit: s

  • 2 Int_Stop: int: Analysis end = capture offset + capture time Unit: s

get(window=Window.Default) GetStruct[source]
# CALCulate<n>:MSRA:WINDow:IVAL
value: GetStruct = driver.applications.k70Vsa.calculate.msra.window.ival.get(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 GetStruct structure arguments.