Hinweis:Dieser Abschnitt ist nur in englischer Sprache verfügbar. Wir bitten um Ihr Verständnis.
3.7.5.18 GetPts
LabTalk Object Type:
The getpts object is the object replacement for the getpts command.
Properties:
| Property | Access | Description |
|---|---|---|
| getpts.count | Read/write, numeric |
Contains the number of selected points. |
| getpts.data$ | Read/write, string |
The name of the plotted dataset to use. |
| getpts.index | Read/write, numeric |
The index of the latest selected point. |
| getpts.indexData$ | Read/write, string |
The dataset containing indexes. |
| getpts.max | Read/write, numeric |
The number of points to get. |
| getpts.xdata$ | Read/write, string |
Dataset that holds each successive X position value. |
| getpts.ydata$ | Read/write, string |
Dataset that holds each successive Y position value. |