Ival

SCPI Command :

CALCulate<n>:RTMS:WINDow:IVAL
class IvalCls[source]

Ival commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class TimeSpan[source]

Response structure. Fields:

  • Start: float: No parameter help available

  • Stop: float: No parameter help available

get(stimulus: float, window=Window.Default) TimeSpan[source]
# SCPI: CALCulate<n>:RTMS:WINDow:IVAL
value: TimeSpan = driver.calculate.rtms.window.ival.get(stimulus = 1.0, window = repcap.Window.Default)

Returns the current analysis interval for applications in MSRT operating mode.

param stimulus

No help available

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

return

structure: for return value, see the help for TimeSpan structure arguments.