hlcc 2.0.0-beta2+pre1
Loading...
Searching...
No Matches
Classes | Namespaces | Variables
sv_temperature_controller.py File Reference

Classes

class  SimScripts.sv_temperature_controller.sv_temperature_controller
 State Variable for a temperature PID controller estimation This controller will manage the output temperature of a simulated system that is designated here as the 'system under control'. More...
 
class  SimScripts.sv_temperature_controller.SysUControl
 This is a simple emulation of a temperature control system. More...
 

Namespaces

namespace  SimScripts
 
namespace  SimScripts.sv_temperature_controller
 

Variables

str SimScripts.sv_temperature_controller.SM_NOT_OPERATIONAL_ERROR = "NotOperational::Error"
 
str SimScripts.sv_temperature_controller.SM_NOT_OPERATIONAL_NOT_READY = "NotOperational::NotReady"
 
str SimScripts.sv_temperature_controller.SM_NOT_OPERATIONAL_READY = "NotOperational::Ready"
 
str SimScripts.sv_temperature_controller.SM_OPERATIONAL_IDLE = "Operational::Idle"
 
str SimScripts.sv_temperature_controller.SM_OPERATIONAL_ON = "Operational::On"
 
str SimScripts.sv_temperature_controller.SM_OFF = "Off"