Pslope

SCPI Command :

MEASurement<*>:AMPTime:PSLope
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measIndex=MeasIndex.Default) PulseSlope[source]
# MEASurement<*>:AMPTime:PSLope
value: enums.PulseSlope = driver.measurement.ampTime.pslope.get(measIndex = repcap.MeasIndex.Default)

Sets the first slope of the pulses to be counted. The setting is only relevant for pulse count and pulse train measurements (method RsMxo.measurement.main.set() is set to PULCnt or PULSetrain.

Parameters:

measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)

Returns:

pulses_slope: POSitive | NEGative | EITHer

set(pulses_slope: PulseSlope, measIndex=MeasIndex.Default) None[source]
# MEASurement<*>:AMPTime:PSLope
driver.measurement.ampTime.pslope.set(pulses_slope = enums.PulseSlope.EITHer, measIndex = repcap.MeasIndex.Default)

Sets the first slope of the pulses to be counted. The setting is only relevant for pulse count and pulse train measurements (method RsMxo.measurement.main.set() is set to PULCnt or PULSetrain.

Parameters:
  • pulses_slope – POSitive | NEGative | EITHer

  • measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)