hlcc 2.0.0-beta2+pre1
Loading...
Searching...
No Matches
Classes | Variables
SimScripts.sv_temperature_controller Namespace Reference

Classes

class  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  SysUControl
 This is a simple emulation of a temperature control system. More...
 

Variables

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

Variable Documentation

◆ SM_NOT_OPERATIONAL_ERROR

str SimScripts.sv_temperature_controller.SM_NOT_OPERATIONAL_ERROR = "NotOperational::Error"

◆ SM_NOT_OPERATIONAL_NOT_READY

str SimScripts.sv_temperature_controller.SM_NOT_OPERATIONAL_NOT_READY = "NotOperational::NotReady"

◆ SM_NOT_OPERATIONAL_READY

str SimScripts.sv_temperature_controller.SM_NOT_OPERATIONAL_READY = "NotOperational::Ready"

◆ SM_OFF

str SimScripts.sv_temperature_controller.SM_OFF = "Off"

◆ SM_OPERATIONAL_IDLE

str SimScripts.sv_temperature_controller.SM_OPERATIONAL_IDLE = "Operational::Idle"

◆ SM_OPERATIONAL_ON

str SimScripts.sv_temperature_controller.SM_OPERATIONAL_ON = "Operational::On"