Commands And Events
The LVEstimator2 module has the following Commands and Events:
Events
Name | Description | Event Type |
---|---|---|
Calculate models done | Calculate models done. | Normal |
ExternalItems | Timer event for handling of external items. By default, the command 'HandleExternalItems' is connected to this event, but that can be modified. The timer resolution is specified by the 'ExchangeRate' property. | Timer |
Fetch models done | Fetch models done | Normal |
OnTimer | An event fired when at a rate given by the ModelRefreshInterval or Timerperiod property | Normal |
Start to calculate models | Start to calculate models | Normal |
Start to fetch models | Start to fech models | Normal |
Start to set the input vector and do calculations | Start to set the input vector and do calculations | Normal |
Commands
Name | Description | Command Type |
---|---|---|
Fetch models | Fetch models | Asynchronous |
HandleExternalItems | Command for reading external items. When fired, the module will read all its external items, and update/notify the ones that has changed. | Synchronous |
Normal spectrum set | Normal spectrum set | Asynchronous |
UpdateItemTimestamp | Command used for updating the value of the item specified in the 'TimeReferenceItem' property, when configured. | Synchronous |
See also Commands And Events