Cedge
SCPI Command :
SEARch:TRIGger:SETHold:CEDGe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) Edge[source]
# SEARch:TRIGger:SETHold:CEDGe value: enums.Edge = driver.search.trigger.setHold.cedge.get(search = 'abc')
Sets the edge of the clock signal to define the time reference point for the setup and hold time.
- Returns:
clock_edge: See ‘Slope parameter’.
- set(search: str, clock_edge: Edge) None[source]
# SEARch:TRIGger:SETHold:CEDGe driver.search.trigger.setHold.cedge.set(search = 'abc', clock_edge = enums.Edge.EITHer)
Sets the edge of the clock signal to define the time reference point for the setup and hold time.
- Parameters:
clock_edge – See ‘Slope parameter’.