Trigger
SCPI Command :
[SOURce]:INPut:TRIGger:SLOPe
- class TriggerCls[source]
Trigger commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_slope() RsSmbv.enums.SlopeType [source]
# SCPI: [SOURce]: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: RsSmbv.enums.SlopeType) None [source]
# SCPI: [SOURce]: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