Time

SCPI Command :

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

Defines the limit of the window in relation to the time specified using method RsRtx.trigger.window.width.set() and method RsRtx.trigger.window.delta.set() . Time conditioning is available for method RsRtx.trigger.window.range.set() = WITHin and OUTSide.

Parameters:

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

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: TriggerSearchRangeMode, trigger=Trigger.Default) None[source]
# TRIGger<*>:WINDow:TIME
driver.trigger.window.time.set(time_range_mode = enums.TriggerSearchRangeMode.LONGer, trigger = repcap.Trigger.Default)

Defines the limit of the window in relation to the time specified using method RsRtx.trigger.window.width.set() and method RsRtx.trigger.window.delta.set() . Time conditioning is available for method RsRtx.trigger.window.range.set() = WITHin and OUTSide.

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.

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