Eslope
SCPI Command :
MEASurement<*>:AMPTime:ESLope
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(measIndex=MeasIndex.Default) PulseSlope[source]
# MEASurement<*>:AMPTime:ESLope value: enums.PulseSlope = driver.measurement.ampTime.eslope.get(measIndex = repcap.MeasIndex.Default)
Sets the edge direction to be counted: rising edges, falling edges, or both. The setting is only relevant for edge count measurement method
RsMxo.measurement.main.set()is set to EDGecount.- Parameters:
measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)
- Returns:
edges_slope: POSitive | NEGative | EITHer
- set(edges_slope: PulseSlope, measIndex=MeasIndex.Default) None[source]
# MEASurement<*>:AMPTime:ESLope driver.measurement.ampTime.eslope.set(edges_slope = enums.PulseSlope.EITHer, measIndex = repcap.MeasIndex.Default)
Sets the edge direction to be counted: rising edges, falling edges, or both. The setting is only relevant for edge count measurement method
RsMxo.measurement.main.set()is set to EDGecount.- Parameters:
edges_slope – POSitive | NEGative | EITHer
measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)