Temperature scale is now configurable
This commit is contained in:
@@ -137,6 +137,7 @@ The XML code below shows a typic configuration:
|
||||
|
||||
<!-- Temperature Simulator Configuration (used for all simulation setups) -->
|
||||
<temperature_simconfig>
|
||||
<TemperatureScale value="Celsius" />
|
||||
<StaticTemperatureDefaultValue value="89" />
|
||||
<DynTemperatureSimPeriod value="100" />
|
||||
<DynTemperatureSimUnit value="ms" />
|
||||
@@ -249,6 +250,10 @@ Below are listed the configuration sections and configuration fields.
|
||||
- "0": static temperature during simulation
|
||||
|
||||
- **Temperature Simulator Configuration**
|
||||
- *TemperatureScale* (string)
|
||||
- "Celsius"
|
||||
- "Fahrenheit"
|
||||
- "Kelvin"
|
||||
- *StaticTemperatureDefaultValue* (int)
|
||||
- Temperature value for simulations with static temperature
|
||||
- *DynTemperatureSimPeriod* (double)
|
||||
|
||||
Reference in New Issue
Block a user