How to create script from script builder to plot (log file name) on Tems Discovery?

How to create script from user defined(script builder) to plot (log file name) on map on Tems Discovery as shown as below??
a59ccd10caf5b50ac752b7ec859615136af6bad3_1_690x388

1 Like

Hi :slight_smile:

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

I just follow your snapshot .what will input in the source data?t please help me.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