*BushIDScheme()

Specifies a scheme for assigning solver ID numbers to bushings.

Syntax

*BushIDScheme(scheme)

Arguments

scheme
A string of uppercase letters that describes the identification numbering scheme for all bushings.
Data type: string

Example

*BushIDScheme(EELSSI)
If this statement generated a bushing ID number of 21040, it would identify the second entity (02) on the left side (1) of the fourth system (04). If the scheme were changed to:
*BushIDScheme(LSSSEEE)
The same bushing would have an ID number of 1004002 (1 004 002).

Context

*BeginMdl()