Uses of Class
neqsim.process.mpc.StepResponseGenerator
Packages that use StepResponseGenerator
Package
Description
Model Predictive Control (MPC) integration package for NeqSim ProcessSystem.
-
Uses of StepResponseGenerator in neqsim.process.mpc
Fields in neqsim.process.mpc declared as StepResponseGeneratorModifier and TypeFieldDescriptionprivate StepResponseGeneratorIndustrialMPCExporter.stepResponseGeneratorStep response generator for detailed model export.Methods in neqsim.process.mpc that return StepResponseGeneratorModifier and TypeMethodDescriptionStepResponseGenerator.addCV(ControlledVariable cv) Add a controlled variable to monitor.StepResponseGenerator.addMV(ManipulatedVariable mv) Add a manipulated variable for step testing.StepResponseGenerator.clear()Clear all variable definitions.StepResponseGenerator.setBidirectionalTest(boolean bidirectional) Set whether to run bidirectional tests.StepResponseGenerator.setPositiveStep(boolean positive) Set whether to use positive step direction.StepResponseGenerator.setSampleInterval(double value, String unit) Set the sample interval.StepResponseGenerator.setSettlingTime(double value, String unit) Set the settling time for step tests.StepResponseGenerator.setStepSize(double fraction) Set the step size as a fraction of MV range.