Edge

SCPI Command :

TRIGger<*>:SETHold:CSOurce:EDGE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) Edge[source]
# TRIGger<*>:SETHold:CSOurce:EDGE
value: enums.Edge = driver.trigger.setHold.csource.edge.get(trigger = repcap.Trigger.Default)

Sets the edge of the clock signal to define the time reference point for the setup and hold time.

Parameters:

trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)

Returns:

clock_edge: See ‘Slope parameter’.

set(clock_edge: Edge, trigger=Trigger.Default) None[source]
# TRIGger<*>:SETHold:CSOurce:EDGE
driver.trigger.setHold.csource.edge.set(clock_edge = enums.Edge.EITHer, trigger = repcap.Trigger.Default)

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’.

  • trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)