Width
SCPI Command :
SEARch:TRIGger:PATTern:WIDTh[:WIDTh]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) float[source]
# SEARch:TRIGger:PATTern:WIDTh[:WIDTh] value: float = driver.search.trigger.pattern.width.width.get(search = 'abc')
For the ranges WITHin and OUTSide, the width defines the center of a range that is defined by the limits ±delta. For the ranges SHORter and LONGer, the width defines the maximum and minimum pulse width, respectively. To set the range mode, use method
RsRtx.search.trigger.pattern.width.range.set(). To set the delta value, use methodRsRtx.search.trigger.pattern.width.delta.set().- Parameters:
search – String with the name of the search
- Returns:
width: 100E-12 to 864
- set(search: str, width: float) None[source]
# SEARch:TRIGger:PATTern:WIDTh[:WIDTh] driver.search.trigger.pattern.width.width.set(search = 'abc', width = 1.0)
For the ranges WITHin and OUTSide, the width defines the center of a range that is defined by the limits ±delta. For the ranges SHORter and LONGer, the width defines the maximum and minimum pulse width, respectively. To set the range mode, use method
RsRtx.search.trigger.pattern.width.range.set(). To set the delta value, use methodRsRtx.search.trigger.pattern.width.delta.set().- Parameters:
search – String with the name of the search
width – 100E-12 to 864