Delta

SCPI Command :

SEARch:TRIGger:PATTern:WIDTh:DELTa
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) float[source]
# SEARch:TRIGger:PATTern:WIDTh:DELTa
value: float = driver.search.trigger.pattern.width.delta.get(search = 'abc')

Defines a range around the width value specified using method RsRtx.search.trigger.pattern.width.width.set() .

Parameters:

search – String with the name of the search

Returns:

width_delta: 0 to 432

set(search: str, width_delta: float) None[source]
# SEARch:TRIGger:PATTern:WIDTh:DELTa
driver.search.trigger.pattern.width.delta.set(search = 'abc', width_delta = 1.0)

Defines a range around the width value specified using method RsRtx.search.trigger.pattern.width.width.set() .

Parameters:
  • search – String with the name of the search

  • width_delta – 0 to 432