Width

SCPI Command :

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

For the ranges Within and Outside, the width defines the center of a range which is defined by the limits ±Delta. For the ranges Shorter and Longer, the width defines the maximum and minimum pulse width, respectively. The range is defined using method RsRtx.search.trigger.width.range.set() .

Parameters:

search – Search definition

Returns:

width: 100E-12 to 864

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

For the ranges Within and Outside, the width defines the center of a range which is defined by the limits ±Delta. For the ranges Shorter and Longer, the width defines the maximum and minimum pulse width, respectively. The range is defined using method RsRtx.search.trigger.width.range.set() .

Parameters:
  • search – Search definition

  • width – 100E-12 to 864