class documentation
class LastTSInstance:
| Method | add |
Add a data generation time to the list of data generation times. |
| Method | clear |
Clear the data generation time. |
| Method | has |
Check if there is a data generation time. |
| Method | next |
Get the next expected data generation time. |
| Method | prepare |
Set the next expected data generation time. |
| Method | prepare |
Set the next missingDataDetectionTime. |
| Class Variable | actor |
Actor for this TS. |
| Class Variable | dgt |
List of data generation times. |
| Class Variable | expected |
Expected data generation time. |
| Class Variable | mdt |
Missing data detection time. |
| Class Variable | missing |
Missing data. |
| Class Variable | missing |
Missing data detection time. |
| Class Variable | pei |
Periodic interval. |
| Class Variable | peid |
Periodic interval duration. |
| Class Variable | running |
Running. |
Add a data generation time to the list of data generation times.
| Parameters | |
dgt:float | The data generation time to add. |