Edge
SCPI Command :
TRIGger<*>:PARallel:STATe:CSOurce:EDGE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) Edge[source]
# TRIGger<*>:PARallel:STATe:CSOurce:EDGE value: enums.Edge = driver.trigger.parallel.state.csource.edge.get(trigger = repcap.Trigger.Default)
Sets the edge of the clock signal. The crossing of the clock edge and the logical threshold defines the time at which the logical states and the bus value are analyzed.
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
slope: POSitive | NEGative | EITHer
- set(slope: Edge, trigger=Trigger.Default) None[source]
# TRIGger<*>:PARallel:STATe:CSOurce:EDGE driver.trigger.parallel.state.csource.edge.set(slope = enums.Edge.EITHer, trigger = repcap.Trigger.Default)
Sets the edge of the clock signal. The crossing of the clock edge and the logical threshold defines the time at which the logical states and the bus value are analyzed.
- Parameters:
slope – POSitive | NEGative | EITHer
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)