Edge
SCPI Command :
TRIGger<*>:SPATtern:CSOurce:EDGE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) Edge[source]
# TRIGger<*>:SPATtern:CSOurce:EDGE value: enums.Edge = driver.trigger.spattern.csource.edge.get(trigger = repcap.Trigger.Default)
Together with the clock level (see method
RsRtx.trigger.spattern.csource.level.set()) , the clock edge defines the point in time when the state of the data signal is checked.- 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<*>:SPATtern:CSOurce:EDGE driver.trigger.spattern.csource.edge.set(clock_edge = enums.Edge.EITHer, trigger = repcap.Trigger.Default)
Together with the clock level (see method
RsRtx.trigger.spattern.csource.level.set()) , the clock edge defines the point in time when the state of the data signal is checked.- Parameters:
clock_edge – See ‘Slope parameter’.
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)