Width
SCPI Command :
SEARch:TRIGger:RUNT:WIDTh
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) float[source]
# SEARch:TRIGger:RUNT:WIDTh value: float = driver.search.trigger.runt.width.get(search = 'abc')
For the ranges Shorter and Longer, the runt width defines the maximum and minimum pulse width, respectively. For the ranges Within and Outside, the runt width defines the center of a range which is defined by ±Delta. The range is defined using method
RsRtx.search.trigger.runt.range.set().- Parameters:
search – Search definition
- Returns:
width: 100E-12 to 864
- set(search: str, width: float) None[source]
# SEARch:TRIGger:RUNT:WIDTh driver.search.trigger.runt.width.set(search = 'abc', width = 1.0)
For the ranges Shorter and Longer, the runt width defines the maximum and minimum pulse width, respectively. For the ranges Within and Outside, the runt width defines the center of a range which is defined by ±Delta. The range is defined using method
RsRtx.search.trigger.runt.range.set().- Parameters:
search – Search definition
width – 100E-12 to 864