Trigger

SCPI Command :

[SOURce]:INPut:TRIGger:SLOPe
class TriggerCls[source]

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

get_slope() SlopeType[source]
# SCPI: [SOURce]:INPut:TRIGger:SLOPe
value: enums.SlopeType = driver.source.inputPy.trigger.get_slope()

No command help available

return:

slope: No help available

set_slope(slope: SlopeType) None[source]
# SCPI: [SOURce]:INPut:TRIGger:SLOPe
driver.source.inputPy.trigger.set_slope(slope = enums.SlopeType.NEGative)

No command help available

param slope:

No help available