Uses of Enum Class
neqsim.process.controllerdevice.ControllerDeviceInterface.ControllerMode
Packages that use ControllerDeviceInterface.ControllerMode
-
Uses of ControllerDeviceInterface.ControllerMode in neqsim.process.controllerdevice
Subclasses with type arguments of type ControllerDeviceInterface.ControllerMode in neqsim.process.controllerdeviceModifier and TypeClassDescriptionstatic enumOperating modes for a feedback controller.Fields in neqsim.process.controllerdevice declared as ControllerDeviceInterface.ControllerModeMethods in neqsim.process.controllerdevice that return ControllerDeviceInterface.ControllerModeModifier and TypeMethodDescriptionControllerDeviceBaseClass.getMode()Get the current operating mode of the controller.ControllerDeviceInterface.getMode()Get the current operating mode of the controller.Returns the enum constant of this class with the specified name.ControllerDeviceInterface.ControllerMode.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.ControllerModeModifier and TypeMethodDescriptionvoidControllerDeviceBaseClass.setMode(ControllerDeviceInterface.ControllerMode newMode) Switch the controller to a new operating mode.default voidControllerDeviceInterface.setMode(ControllerDeviceInterface.ControllerMode mode) Switch the controller to a new operating mode.