Name

<string> output = <series>.Name

Use to access the name of the data series.  Can be read or written.  When added to the workspace, that name of the series will be displayed.  All outputs that are defined in the output template must be assigned to prior to the script completing execution or the calculation will not finish or return any outputs the workspace

Examples:

mySeries.Name = “Data Series A”;

var myName = mySeries.Name;