*carddisablebyid

This command allows browsers to disable duplicate control cards by id and name.

Syntax

*carddisablebyid name id

Type

HyperMesh Tcl Modify Command

Description

This command allows browsers to disable duplicate control cards by id and name.

Inputs

name
The name of an existing card to disable.
id
The HyperMesh ID of the existing card.

Examples

To disable a control card called "PARAM" that has a HyperMesh ID of 10:
*carddisablebyid ("PARAM", 10)

The current existing command *carddisable works only on the 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.