cmmod#

Mapdl.cmmod(cname='', keyword='', value='', **kwargs)[source]#

Modifies the specification of a component.

APDL Command: CMMOD

Parameters:
cname

Name of the existing component or assembly to be modified.

keyword

The label identifying the type of value to be modified.

value

If Keyword is NAME, then the value is the alphanumeric label to be applied. See the CM command for naming convention details. If a component named Value already exists, the command will be ignored and an error message will be generated.

Return type:

None

Notes

The naming conventions for components, as specified in the CM command, apply for CMMOD (32 characters, “ALL”, “STAT” and “DEFA” are not allowed, etc.). However, if you choose a component name that is already designated for another component, an error message will be issued and the command will be ignored.

This command is valid in any processor.