Points
SCPI Command :
[SENSe]:MEASure:POINts
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# [SENSe]:MEASure:POINts value: float = driver.applications.k60Transient.sense.measure.points.get()
Defines the maximum number of trace points within a trace.
- Returns:
measurement_points: integer Range: 101 to 32001
- set(measurement_points: float) None[source]
# [SENSe]:MEASure:POINts driver.applications.k60Transient.sense.measure.points.set(measurement_points = 1.0)
Defines the maximum number of trace points within a trace.
- Parameters:
measurement_points – integer Range: 101 to 32001