Edge

SCPI Command :

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

Sets the edge of the clock signal. The bit value is determined at the crossing of the clock edge and the logical threshold.

Parameters:

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

Returns:

clock_edge: POSitive | NEGative | EITHer

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

Sets the edge of the clock signal. The bit value is determined at the crossing of the clock edge and the logical threshold.

Parameters:
  • clock_edge – POSitive | NEGative | EITHer

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