recordTIRFile
Read data values from TIR file
Extends from Interfaces.INI.Base (Interface for INI file and TIR file).
Information
Record that wraps the external object ExternINIFile and the INI read functions for data access of tyre data (TIR) files.
See Examples.TIRTest for an example.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| String | fileName | "" | File where external data is stored |
| Types.ExternINIFile | tir | Types.ExternINIFile(fileName, verboseRead, detectMissingData) | External TIR file object |
| Diagnostics | |||
| Boolean | verboseRead | true | = true, if info message that file is loading is to be printed |
| Types.Diagnostics | detectMissingData | Types.Diagnostics.Warning | Print diagnostic message in case of missing data |