Points
SCPI Command :
[SENSe]:SWEep[:WINDow<n>]:POINts
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) float[source]
# [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.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
- set(no_points: float, window=Window.Default) None[source]
# [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.
- Parameters:
no_points – Range: 101 to 100001
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)