Slope
SCPI Command :
SEARch:TRIGger:EDGE:SLOPe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) Edge[source]
# SEARch:TRIGger:EDGE:SLOPe value: enums.Edge = driver.search.trigger.edge.slope.get(search = 'abc')
Selects the edge type.
- Parameters:
search – Search definition
- Returns:
slope: See ‘Slope parameter’.
- set(search: str, slope: Edge) None[source]
# SEARch:TRIGger:EDGE:SLOPe driver.search.trigger.edge.slope.set(search = 'abc', slope = enums.Edge.EITHer)
Selects the edge type.
- Parameters:
search – Search definition
slope – See ‘Slope parameter’.