I am looking for information on how do I import system variable into the DSS script. It would help to make my script portable.
Earlier, with CCSv3.3, used perl based scripting and used something like "my $dir_name = $ENV{LTELIB_DIR};" to import the values. I want to know how to achieve the same.