Card 9 - NAME2 Group Name Description

This optional card associates a description with the group name of N1, specified on the NAME card.

Parameters: KODE, N1, T1

KODE

KODE is the code NAME2 (or 59)

N1

N1 is a short format group name.

T1

T1 is the long format of the group name. It must not exceed 80 characters.

Code example


NAME2 TOPLOAD Heat load on box cover
NAME TOPLOAD 101 105
QNODE TOPLOAD 1.6 CONSTANT
$
NAME SIDELD 201 207
NAME2 SIDELD Side load
QNODE "Side load" 1.7
$
NAME2 BOTLOAD Heat load on the "bottom" of the box
QNODE "Heat loads on the \"bottom\" of the box"

Notes

This card associates long format group names with their short format versions, since a short format group name cannot exceed 7 characters.

When referencing a group name on a card you may use either the short format of the group name specified on a Card 9 - NAME, or the long format specified on NAME2 card. If the long format is used, the group name must be enclosed in double quotes ("). See the code example.

In case the long format is used on the card to reference a group, and the long format name contains a double quote, it must be preceded by a backslash (\).