Pslope

SCPI Command :

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

Sets the first slope of the pulses to be counted. The setting is only relevant for pulse count measurement (MEASurement<m>:MAIN PULCnt or MEASurement<m>:ADDitional PULCnt,ON) .

Parameters:

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

Returns:

pulses_slope: Count either positive or negative pulses, or both.

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

Sets the first slope of the pulses to be counted. The setting is only relevant for pulse count measurement (MEASurement<m>:MAIN PULCnt or MEASurement<m>:ADDitional PULCnt,ON) .

Parameters:
  • pulses_slope – Count either positive or negative pulses, or both.

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