-
Notifications
You must be signed in to change notification settings - Fork 11
ws_inp_curve_value
Edgar Fuste edited this page Nov 2, 2021
·
1 revision
Defines data curves values and their X,Y points.
Column name | Data type | Description |
---|---|---|
id | integer | Id |
curve_id | character varying(16) | Id of curve, defined on inp_curve |
x_value | numeric(12,4) | X value |
y_value | numeric(12,4) | Y value |