Slope
SCPI Command :
SENSe<CH>:[POWer]:SWEep:TIME:[SENSor]:TRIGger:SLOPe
- class SlopeCls[source]
Slope commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(channel=Channel.Default) SlopeType[source]
# SCPI: SENSe<CH>:[POWer]:SWEep:TIME:[SENSor]:TRIGger:SLOPe value: enums.SlopeType = driver.sense.power.sweep.time.sensor.trigger.slope.get(channel = repcap.Channel.Default)
Sets the polarity of the active slope for the trigger signals.
- param channel:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sense’)
- return:
trigger_slope: POSitive| NEGative
- set(trigger_slope: SlopeType, channel=Channel.Default) None[source]
# SCPI: SENSe<CH>:[POWer]:SWEep:TIME:[SENSor]:TRIGger:SLOPe driver.sense.power.sweep.time.sensor.trigger.slope.set(trigger_slope = enums.SlopeType.NEGative, channel = repcap.Channel.Default)
Sets the polarity of the active slope for the trigger signals.
- param trigger_slope:
POSitive| NEGative
- param channel:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sense’)