Sample Measurement Provider Scripts
<Install_Dir>\ODTK\AppData\Scripts\
The following are two examples of those scripts, both based on the Windows Scripting Component method:
| Sample Measurement Provider Scripts | |
|---|---|
| Script | Description |
| WscVbsCOBTrkDataPrv.wsc | This VBS script loads measurements from a COB file. There is a while loop that reads a line from the file, adds some measurements, and then returns control to the app. Each line read from the file can contain range, Doppler, azimuth, and elevation measurements, so that you can create four measurements each time this script is called. |
| WscPerlExampleTrkDataPrv.wsc | This Perl script does not read a file, but instead creates a set of measurements from scratch. It shows how to set different types of units for different types of measurements. |