Points
SCPI Command :
[SENSe]:SWEep[:WINDow<n>]:POINts
- class PointsCls[source]
Points commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default) float [source]
# SCPI: [SENSe]:SWEep[:WINDow<n>]:POINts value: float = driver.sense.sweep.window.points.get(window = repcap.Window.Default)
This command defines the number of sweep points to analyze after a sweep.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
- return
no_points: No help available
- set(no_points: float, window=Window.Default) None [source]
# SCPI: [SENSe]:SWEep[:WINDow<n>]:POINts driver.sense.sweep.window.points.set(no_points = 1.0, window = repcap.Window.Default)
This command defines the number of sweep points to analyze after a sweep.
- param no_points
Range: 101 to 100001
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)