Trigger
SCPI Command :
[SOURce<HW>]:INPut:TRIGger:SLOPe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_slope() SlopeType[source]
# [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.
- Returns:
slope: NEGative | POSitive
- set_slope(slope: SlopeType) None[source]
# [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.
- Parameters:
slope – NEGative | POSitive