Files
mcp-rag-integration/test-data/docs/units_manual.md
shahondin1624 a0e36a7fe2 Update mcp tool universe
Add rag utility
2026-02-14 18:03:53 +01:00

339 B

Working with Units

The DSL strictly types physical units to prevent conversion errors between OTX and ODX.

Defining a Unit

Use the Unit keyword followed by the display symbol.

Example: Unit Speed [km/h]

Common Errors

Never use string literals for units in a DiagnosticService. Always reference the typed Unit definition.