Points

SCPI Command :

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

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

get() float[source]
# SCPI: [SENSe]:FREQuency:POINts
value: float = driver.applications.k30NoiseFigure.sense.frequency.points.get()

Defines the number of measurement points analyzed during a sweep.

return

sweep_points: Range: 1 to 10001

set(sweep_points: float) None[source]
# SCPI: [SENSe]:FREQuency:POINts
driver.applications.k30NoiseFigure.sense.frequency.points.set(sweep_points = 1.0)

Defines the number of measurement points analyzed during a sweep.

param sweep_points

Range: 1 to 10001