Width

SCPI Command :

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

For the ranges Within and Outside (defined using method RsRtx.trigger.window.range.set() ) , the width defines the center of a time range which is defined by the limits ±Delta (see method RsRtx.trigger.window.delta.set() ) . For the ranges Shorter and Longer, it defines the maximum and minimum time lapse, respectively.

Parameters:

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

Returns:

width: 100E-12 to 10000

set(width: float, trigger=Trigger.Default) None[source]
# TRIGger<*>:WINDow:WIDTh
driver.trigger.window.width.set(width = 1.0, trigger = repcap.Trigger.Default)

For the ranges Within and Outside (defined using method RsRtx.trigger.window.range.set() ) , the width defines the center of a time range which is defined by the limits ±Delta (see method RsRtx.trigger.window.delta.set() ) . For the ranges Shorter and Longer, it defines the maximum and minimum time lapse, respectively.

Parameters:
  • width – 100E-12 to 10000

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