Uses of Enum Class
neqsim.process.controllerdevice.ControllerDeviceInterface.StepResponseTuningMethod
Packages that use ControllerDeviceInterface.StepResponseTuningMethod
-
Uses of ControllerDeviceInterface.StepResponseTuningMethod in neqsim.process.controllerdevice
Subclasses with type arguments of type ControllerDeviceInterface.StepResponseTuningMethod in neqsim.process.controllerdeviceModifier and TypeClassDescriptionstatic enumAvailable tuning rules for step-response based auto-tuning.Fields in neqsim.process.controllerdevice declared as ControllerDeviceInterface.StepResponseTuningMethodMethods in neqsim.process.controllerdevice that return ControllerDeviceInterface.StepResponseTuningMethodModifier and TypeMethodDescriptionControllerDeviceBaseClass.getStepResponseTuningMethod()ControllerDeviceInterface.getStepResponseTuningMethod()Retrieve the currently selected step-response tuning correlations.Returns the enum constant of this class with the specified name.ControllerDeviceInterface.StepResponseTuningMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.controllerdevice with parameters of type ControllerDeviceInterface.StepResponseTuningMethodModifier and TypeMethodDescriptionvoidControllerDeviceBaseClass.setStepResponseTuningMethod(ControllerDeviceInterface.StepResponseTuningMethod method) default voidControllerDeviceInterface.setStepResponseTuningMethod(ControllerDeviceInterface.StepResponseTuningMethod method) Select the tuning correlations that should be used when calling one of the step response auto-tuning helpers.