Uses of Class
neqsim.process.mpc.SoftSensorExporter.SoftSensorDefinition
Packages that use SoftSensorExporter.SoftSensorDefinition
Package
Description
Model Predictive Control (MPC) integration package for NeqSim ProcessSystem.
-
Uses of SoftSensorExporter.SoftSensorDefinition in neqsim.process.mpc
Fields in neqsim.process.mpc with type parameters of type SoftSensorExporter.SoftSensorDefinitionModifier and TypeFieldDescriptionprivate final List<SoftSensorExporter.SoftSensorDefinition> SoftSensorExporter.sensorsList of soft-sensor definitions.Methods in neqsim.process.mpc that return SoftSensorExporter.SoftSensorDefinitionModifier and TypeMethodDescriptionSoftSensorExporter.addCustomSensor(String name, String equipmentName, SoftSensorExporter.SensorType sensorType, String outputUnit) Add a custom soft-sensor with specified inputs and calculation type.Add an input to this sensor.SoftSensorExporter.SoftSensorDefinition.addParameter(String paramName, double value) Add a parameter to this sensor.SoftSensorExporter.SoftSensorDefinition.setDescription(String description) Set the description.SoftSensorExporter.SoftSensorDefinition.setUpdateRateSeconds(double seconds) Set the update rate.Methods in neqsim.process.mpc that return types with arguments of type SoftSensorExporter.SoftSensorDefinitionModifier and TypeMethodDescriptionSoftSensorExporter.getSensors()Get the list of defined soft-sensors.