Cedge

SCPI Command :

SEARch:TRIGger:STATe:CEDGe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) Edge[source]
# SEARch:TRIGger:STATe:CEDGe
value: enums.Edge = driver.search.trigger.state.cedge.get(search = 'abc')

Sets the trigger edge of the clock signal.

Parameters:

search – String with the name of the search

Returns:

clock_edge: POSitive | NEGative | EITHer

set(search: str, clock_edge: Edge) None[source]
# SEARch:TRIGger:STATe:CEDGe
driver.search.trigger.state.cedge.set(search = 'abc', clock_edge = enums.Edge.EITHer)

Sets the trigger edge of the clock signal.

Parameters:
  • search – String with the name of the search

  • clock_edge – POSitive | NEGative | EITHer