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: int: Analysis start = Capture offset time Unit: s

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

get(window=Window.Default) GetStruct[source]
# SCPI: 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.

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.