Slope

SCPI Commands

TRIGger<TriggerPort>:SEQuence:SLOPe
class SlopeCls[source]

Slope commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(triggerPort=TriggerPort.Default) SlopeType[source]
# SCPI: TRIGger<tp>[:SEQuence]:SLOPe
value: enums.SlopeType = driver.applications.k70Vsa.trigger.sequence.slope.get(triggerPort = repcap.TriggerPort.Default)

This command selects the trigger slope.

param triggerPort

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

return

type_py: POSitive | NEGative POSitive Triggers when the signal rises to the trigger level (rising edge) . NEGative Triggers when the signal drops to the trigger level (falling edge) .

set(type_py: SlopeType, triggerPort=TriggerPort.Default) None[source]
# SCPI: TRIGger<tp>[:SEQuence]:SLOPe
driver.applications.k70Vsa.trigger.sequence.slope.set(type_py = enums.SlopeType.NEGative, triggerPort = repcap.TriggerPort.Default)

This command selects the trigger slope.

param type_py

POSitive | NEGative POSitive Triggers when the signal rises to the trigger level (rising edge) . NEGative Triggers when the signal drops to the trigger level (falling edge) .

param triggerPort

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