21.3.75 remove_profile

Description

This Tcl command deletes a tool profile.

remove_profile -name profilename

Arguments

ParameterTypeDescription
namestringSpecifies the name of the profile you wish to delete.

Error Codes

Error Code

Description

None

Required parameter 'name' is missing.

None

Parameter 'name' has illegal value.

None

Profile 'profilename' does not exist.

None

Parameter 'param_name' is not defined. Valid command formatting is 'remove_profile -name "profile name"'.

Supported Families

Supported Families
PolarFire®
RTG4
SmartFusion® 2
IGLOO® 2

Example

The following command deletes the profile 'custom1'.

remove_profile -name "custom1"

See Also