public class SensorTimeSeries : IControlFunctionTime,
ISensorDouble, ISensor<double>, ISensor, IVariable,
ITypedExpression, IExpressionAcceptor, IExpression<double>| SensorTimeSeries | Default constructor. |
| ConversionFactor |
Factor to convert from engine unit to sensor TargetUnit
sensorValue = engineValue*ConversionFactor + ConversionOffset
These factors are calculated based on the TargetUnit
automatically when the sensor is created,
and can be modified at a later point in time, if necessary.
Only available for sensors returning a double value |
| ConversionOffset |
Factor to convert from engine unit to sensor TargetUnit
sensorValue = engineValue*ConversionFactor + ConversionOffset
These factors are calculated based on the TargetUnit
automatically when the sensor is created,
and can be modified at a later point in time, if necessary.
Only available for sensors returning a double value |
| Id | Unique id |
| ResultType | |
| TargetUnit |
Target unit, unit in which the sensor is supposed to return its value.
Only available for sensors returning a double value |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Evaluate | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| FinalizeTimeStep | Finalize Timestep, during simulation |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| Prepare(DateTime, IDiagnostics) | Prepare, before simulation start |
| Prepare(DateTime, ControlData, SensorDescription, IDiagnostics) | Preparing SensorTimeSeries, loading time series data. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| TryEvaluate(Double) | |
| TryEvaluate(Object) | |
| Update | Update, during simulation |