Edge
SCPI Command :
LANE<*>:EQUalization:DFE:TIMReference:CLOCk:EDGE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(lane=Lane.Default) Edge[source]
# LANE<*>:EQUalization:DFE:TIMReference:CLOCk:EDGE value: enums.Edge = driver.lane.equalization.dfe.timReference.clock.edge.get(lane = repcap.Lane.Default)
The clock edge sets the point in time when the state of the data signal is checked.
- Parameters:
lane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Lane’)
- Returns:
clock_edge: POSitive | NEGative | EITHer
- set(clock_edge: Edge, lane=Lane.Default) None[source]
# LANE<*>:EQUalization:DFE:TIMReference:CLOCk:EDGE driver.lane.equalization.dfe.timReference.clock.edge.set(clock_edge = enums.Edge.EITHer, lane = repcap.Lane.Default)
The clock edge sets the point in time when the state of the data signal is checked.
- Parameters:
clock_edge – POSitive | NEGative | EITHer
lane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Lane’)