GetUDSSweepNames()
- Purpose: 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 box when used to create reports from the solution generated by the UDO.
- Returns: list of strings. If the UDO outputs have no sweeps, return the empty list [].
Example:
# Returns list of sweeps names
# We have no sweeps as we reduced them.
def GetUDSSweepNames(self):
return []