Block Properties |
The JcampReaderBlock type exposes the following members.
| Name | Description | |
|---|---|---|
| CreationTime | Creation date/time of the JCAMP file. Be aware that due to different date/time formats, the creation time may be incorrect. If the creation time could not be parsed, the value is MinValue. | |
| ErrorMessages | Messages about any errors during the import of the JCAMP file. | |
| Owner | Owner of the dataset when present in the header. | |
| SystemName | System name as reported in the header. | |
| Title | The title of the file. | |
| XFirst | Gets the first X value read from the block header, or NaN if not specified. | |
| XIncrement | Gets the X increment value read from the block header, or NaN if not specified. | |
| XLabel | The label of the x-axis. | |
| XScale | Gets the X scaling factor read from the header, or NaN if not specified. | |
| XUnit | The unit of the x-axis. | |
| XValues | Gets the computed X values for the block data. | |
| YLabel | The label of the y-axis. | |
| YScale | Gets the Y scaling factor read from the header, or NaN if not specified. | |
| YUnit | The unit of the y-axis. | |
| YValues | Gets the parsed Y values for the block data. |