| genre | Diagram |
| status | stable |
| author | Tobias Boskamp |
| package | MeVisLab/Standard |
| dll | MLCurve |
| definition | MLCurve.def |
| see also | Diagram2D, ProfileCurve, DynaCurve |
| keywords | Diagram, curve, file, text, field, string, read, save |
The module PrintCurves displays curve data values in tabular form and saves them into a text file.
The PrintCurves module takes the input ml::CurveData or ml::CurveList object and displays its data values in the field Curve Table.
Multiple data series in a CurveData object are printed as columns in the same table, multiple CurveData objects in a CurveList are printed as separate tables.
| Auto Update: Enum | Rows: String |
| Clear: Trigger | Save: Trigger |
| Columns: String | Trim Curve: Bool |
| Curve Table: String | Update: Trigger |
| Filename: String | Use Separator: Bool |
| indentString: String | |
| Max X: Float | |
| Min X: Float |
Shows the data content of the attached CurveData or CurveList object as a table.
Defines the update mode of this module.
Values:
| Title | Name | Deprecated Name | Description |
|---|---|---|---|
| Off | Off | FALSE | The curve data table is not updated if the input curve data changes. It can be updated manually by clicking the Update button. |
| Auto Clear | AutoClear | The curve data table is cleared if the input curve data changes. | |
| Auto Update | AutoUpdate | The curve data table is updated automatically if the input curve data changes. |
Sets the filename for the file where the curve data is written to.
Sets insert characters that are used as row/column separator between entries.
This is useful if you want to import your table into other applications or modules.
Sets a string or a character to separate the columns, i.e., elemts in a row.