Average
SCPI Command :
[SENSe]:PULSe:EMODel:RLPLevel:AVERage
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(query_range: SelectionRangeB) List[float][source]
# [SENSe]:PULSe:EMODel:RLPLevel:AVERage value: List[float] = driver.applications.k6Pulse.sense.pulse.emodel.riseLowPoint.level.average.get(query_range = enums.SelectionRangeB.ALL)
Returns the statistical value for the Rise Low Point Level over the specified pulses.
- Parameters:
query_range – CURRent | ALL CURRent Detected pulses in the current capture buffer ALL All detected pulses in the entire measurement.