Uses of Class
neqsim.process.mpc.IndustrialMPCExporter
Packages that use IndustrialMPCExporter
Package
Description
Model Predictive Control (MPC) integration package for NeqSim ProcessSystem.
-
Uses of IndustrialMPCExporter in neqsim.process.mpc
Methods in neqsim.process.mpc that return IndustrialMPCExporterModifier and TypeMethodDescriptionProcessLinkedMPC.createIndustrialExporter()Create an industrial MPC exporter for this controller.IndustrialMPCExporter.setApplicationName(String name) Set the application name for exported files.IndustrialMPCExporter.setDefaultTimeConstant(double timeConstant) Set the default time constant for FOPDT models.IndustrialMPCExporter.setNumStepCoefficients(int numCoefficients) Set the number of step response coefficients to export.IndustrialMPCExporter.setTagPrefix(String prefix) Set the tag prefix for variable naming.