weSdrDatasetNamingMethod
we weSdrDatasetNamingMethod cyclic { "envvar" | "date" | "gui" }
Description
Configures how the design intent dataset is named.
-
envvaruses the name specified by the weSdrDIDatasetNameenvironment variable. -
dateappends the current date and time to the name of the dataset. The default name that is generated is in the format ofDI_<date>_<hour>. -
guilets you specify a new dataset name.
GUI Equivalent
Examples
envGetVal("we" "weSdrDatasetNamingMethod")
envSetVal("we" "weSdrDatasetNamingMethod" 'cyclic "date")
envSetVal("we" "weSdrDatasetNamingMethod" 'cyclic "gui")
Related Topics
Return to top