Natural input mode. Accepts human-readable numeric values (e.g., 10.3). The engine applies the configured ScaleFactor internally (e.g., 10.3 → 10300 when ScaleFactor=1000). Recommended for standard integrations. Deterministic: identical inputs produce identical outputs.
PreScaled
PreScaled input mode. Expects values already scaled to the model's numeric space (e.g., 10300 for 10.3 when ScaleFactor=1000). No scaling is performed at runtime. Must match the mode used during model creation; mismatched usage will produce incorrect results. Intended for advanced or performance-sensitive scenarios.