Points
SCPI Command :
[SENSe]:FREQuency:POINts
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# [SENSe]:FREQuency:POINts value: float = driver.applications.k30NoiseFigure.sense.frequency.points.get()
Defines the number of measurement points analyzed during a sweep.
- Returns:
sweep_points: Range: 1 to 10001
- set(sweep_points: float) None[source]
# [SENSe]:FREQuency:POINts driver.applications.k30NoiseFigure.sense.frequency.points.set(sweep_points = 1.0)
Defines the number of measurement points analyzed during a sweep.
- Parameters:
sweep_points – Range: 1 to 10001