How to create script from user defined(script builder) to plot (log file name) on map on Tems Discovery as shown as below??
1 Like
Hi
1 Like
I use below code in TEMS Discovery.
LOG_FILE_NAME is a function in Discovery and will give you the logfiledatasetname and code removes _MSx and adds the .trp fileending.
ex.
LOG_FILE_NAME gives me 3G_CS_20200211T103154Z_MS2
My code gives me 3G_CS_20200211T103154Z.trp
Filename = LOG_FILE_NAME.Remove(LOG_FILE_NAME.Length -4) + “.trp”;
can you please tell me what is the source data you have used for alias…
see
Hi bro ,can you share to me your script for the file name? i need it so badly .thanks
You can choose wichever metric to use as an alias.
It won’t be used unless you use one of the Tick metrics.
You can find a scriptexample on below googledrive link
1 Like