Package neqsim.process.automation


package neqsim.process.automation
Stable automation API for programmatic interaction with running NeqSim process simulations.

This package provides a string-addressable facade over NeqSim's process simulation internals. Variables in the simulation are reachable through stable dot-notation paths such as "separator-1.gasOutStream.temperature", enabling scripts and AI agents to interact with simulations without awareness of the Java class hierarchy.

Core classes:

  • ProcessAutomation — the main facade providing getUnitList, getVariableList, getVariableValue, setVariableValue
  • SimulationVariable — descriptor for a simulation variable (address, type, unit, description)
See Also: