Points

SCPI Command :

[SENSe]:MEASure:POINts
class PointsCls[source]

Points commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() float[source]
# SCPI: [SENSe]:MEASure:POINts
value: float = driver.applications.k60Transient.sense.measure.points.get()

Defines the maximum number of trace points within a trace.

return

measurement_points: integer Range: 101 to 32001

set(measurement_points: float) None[source]
# SCPI: [SENSe]:MEASure:POINts
driver.applications.k60Transient.sense.measure.points.set(measurement_points = 1.0)

Defines the maximum number of trace points within a trace.

param measurement_points

integer Range: 101 to 32001