Points

SCPI Commands

DATA:POINts
class PointsCls[source]

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

get(arg_0: str) int[source]
# SCPI: DATA:POINts
value: int = driver.data.points.get(arg_0 = r1)

Queries the number of measurements from the selected logging file. If manual trigger mode (trigger via TRIG function) is used, the logging function has to be activated. Without activating the logging function in the manual trigger mode, the instrument is not able to save a logging file internally or on the USB stick.

param arg_0

Filepath of the logging file data.

return

result: No help available