Width
SCPI Command :
SEARch:TRIGger:GLITch:WIDTh
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) float[source]
# SEARch:TRIGger:GLITch:WIDTh value: float = driver.search.trigger.glitch.width.get(search = 'abc')
Sets the length of a glitch. The instrument triggers on pulses shorter or longer than this value (see also method
RsRtx.search.trigger.glitch.range.set()) . You need to know the expected pulse widths of the circuit to set the glitch width correctly.- Parameters:
search – Search definition
- Returns:
width: 100E-12 to 1E-3
- set(search: str, width: float) None[source]
# SEARch:TRIGger:GLITch:WIDTh driver.search.trigger.glitch.width.set(search = 'abc', width = 1.0)
Sets the length of a glitch. The instrument triggers on pulses shorter or longer than this value (see also method
RsRtx.search.trigger.glitch.range.set()) . You need to know the expected pulse widths of the circuit to set the glitch width correctly.- Parameters:
search – Search definition
width – 100E-12 to 1E-3