Time

SCPI Command :

TRIGger:EVENt<*>:WINDow:TIME
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(evnt=Evnt.Default) RangeMode[source]
# TRIGger:EVENt<*>:WINDow:TIME
value: enums.RangeMode = driver.trigger.event.window.time.get(evnt = repcap.Evnt.Default)

Available for method RsMxo.trigger.event.window.range.set() = WITHin and OUTSide. Selects how the time limit of the window is defined. You can specify the width with method RsMxo.trigger.event.window.width.set() and the delta with method RsMxo.trigger.event.window.delta.set() .

Parameters:

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

Returns:

time_range_mode: WITHin | OUTSide | SHORter | LONGer

  • WITHin: Triggers if the signal stays inside or outside the vertical window limits at least for the time Width - Delta and for Width + Delta at the most.

  • OUTSide: Outside is the opposite definition of Within. The instrument triggers if the signal stays inside or outside the vertical window limits for a time shorter than Width - Delta or longer than Width + Delta.

  • SHORter: Triggers if the signal crosses vertical limits before the specified width time is reached.

  • LONGer: Triggers if the signal crosses vertical limits before the specified width time is reached.

set(time_range_mode: RangeMode, evnt=Evnt.Default) None[source]
# TRIGger:EVENt<*>:WINDow:TIME
driver.trigger.event.window.time.set(time_range_mode = enums.RangeMode.LONGer, evnt = repcap.Evnt.Default)

Available for method RsMxo.trigger.event.window.range.set() = WITHin and OUTSide. Selects how the time limit of the window is defined. You can specify the width with method RsMxo.trigger.event.window.width.set() and the delta with method RsMxo.trigger.event.window.delta.set() .

Parameters:
  • time_range_mode

    WITHin | OUTSide | SHORter | LONGer

    • WITHin: Triggers if the signal stays inside or outside the vertical window limits at least for the time Width - Delta and for Width + Delta at the most.

    • OUTSide: Outside is the opposite definition of Within. The instrument triggers if the signal stays inside or outside the vertical window limits for a time shorter than Width - Delta or longer than Width + Delta.

    • SHORter: Triggers if the signal crosses vertical limits before the specified width time is reached.

    • LONGer: Triggers if the signal crosses vertical limits before the specified width time is reached.

  • evnt – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Event’)