Slope

SCPI Command :

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

Defines the edge - the state transition - of the signal to trigger on a single digital channel (a logic bit) , or a logical combination of digital channels.

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:EDGE:SLOPe
driver.trigger.parallel.edge.slope.set(slope = enums.Edge.EITHer, trigger = repcap.Trigger.Default)

Defines the edge - the state transition - of the signal to trigger on a single digital channel (a logic bit) , or a logical combination of digital channels.

Parameters:
  • slope – POSitive | NEGative | EITHer

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