Slope

SCPI Command :

SEARch:TRIGger:INTerval:SLOPe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) Edge[source]
# SEARch:TRIGger:INTerval:SLOPe
value: enums.Edge = driver.search.trigger.interval.slope.get(search = 'abc')

Sets the edge for the search.

Parameters:

search – String parameter, name of the search definition

Returns:

slope: See ‘Slope parameter’.

set(search: str, slope: Edge) None[source]
# SEARch:TRIGger:INTerval:SLOPe
driver.search.trigger.interval.slope.set(search = 'abc', slope = enums.Edge.EITHer)

Sets the edge for the search.

Parameters:
  • search – String parameter, name of the search definition

  • slope – See ‘Slope parameter’.