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