*cardenablebyid
This command allows browsers to enable duplicate control cards by id and name.
Syntax
*cardenablebyid name id
Type
HyperMesh Tcl Modify Command
Description
This command allows browsers to enable duplicate control cards by id and name.
Inputs
- name
- The name of an existing card to enable.
- id
- The HyperMesh ID of the existing card.
Examples
To enable a control card called "PARAM" that has a HyperMesh ID
of 10:
*cardenablebyid "PARAM" 10
The current existing command *cardenable works only on name of control cards, and is not sufficient to pick the right control card from HyperMesh browsers, if there are duplicate control cards with the same name (i.e. same name but with different ID) in the database and also potentially in different include files.