GetUDSSweepNames

Returns a list of sweep names to be used for the solution generated by the UDO. These will appear in the sweeps list displayed in the standard reporter dialog when used to create reports from the solution generated by the UDO.

UI Access NA
Parameters None
Return Value List of strings. If the UDO outputs have no sweeps, return the empty list [].

 

Python Syntax GetUDSSweepNames
Python Example
# Returns list of sweeps names
# We have no sweeps as we reduce them.
def GetUDSSweepNames(self):
    return []