Trigger
SCPI Command :
[SOURce<HW>]:INPut:TRIGger:SLOPe
- class TriggerCls[source]
Trigger commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_slope() SlopeType [source]
# SCPI: [SOURce<HW>]:INPut:TRIGger:SLOPe value: enums.SlopeType = driver.source.inputPy.trigger.get_slope()
Sets the polarity of the active slope of an applied instrument trigger.
- return:
slope: NEGative| POSitive
- set_slope(slope: SlopeType) None [source]
# SCPI: [SOURce<HW>]:INPut:TRIGger:SLOPe driver.source.inputPy.trigger.set_slope(slope = enums.SlopeType.NEGative)
Sets the polarity of the active slope of an applied instrument trigger.
- param slope:
NEGative| POSitive