...
In this example, add the read_azimuth_of_fft_data.py script to the launcher. This is placed in Apps\Python\Python_radar_client\read_azimuth_of_fft_data.py. Set the name of the app to Read Single FFT Azimuth, and give an appropriate description. Since the “app” is a python script, we must provide a launch command. In this case, that command is pythonthe python launch command. Finally, set the ExePath field to Apps\\Python\\Python_radar_client\\read_azimuth_of_fft_data.py.
...
Code Block |
---|
{ "Name": "Radar Video Adjuster", "Description": "Relays incoming 16-bit FFT messages as 8-bit", "LaunchCommand": "", "ExePath": "Apps\\Radar Utilities\\video_adjuster.exe", "ParameterGroups": [], "MutualExclusiveGroups": [], "ExecutionEnv": null } |
Info |
---|
Note the “//\\” in the ExePath. This is so that Trebuchet’s config parser can correctly interpret the file path. |
...