*SetNote()

Specifies a descriptive note for an entity.

Syntax

*SetNote(ent_name, "note")

Arguments

ent_name
The variable name of an existing entity.
Data type: varname
note
The descriptive note of the specified entity.
Data type: string

Example

*SetNote(p_tierod_cg,	"the tierod cg is assumed to be at the midpoint of 
      the inner and outer tierod ball joints")

Context

*BeginMdl()

*DefineAnalysis()

*DefineSystem()