Points

SCPI Commands

SENSe:SWEep:WINDow<Window>: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 measurement points to analyze after a measurement.

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 measurement points to analyze after a measurement.

param no_points

No help available

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)