Data Models¶
Core data models for file management, system representation, and configuration in R2X Core.
Quick Reference¶
DataFile- Configures a single data file with transformationsDataStore- Container for managing multiple data filesFileInfo- Metadata about a data file location and typeReaderConfig- Specifies how to read a file (reader type and options)TabularProcessing- Transformation pipeline for tabular (CSV, etc.) dataJSONProcessing- Transformation pipeline for JSON dataPluginConfig- Base class for plugin configurationSystem- Core system container for power system components
API Documentation¶
For complete API documentation with method signatures and implementation details, see API Reference.
See Also¶
Read Data Files - How to read data files
Working with DataFiles - Configure data files
Data Management: Design Philosophy - Understand the design philosophy
System - System model reference