*Set()

Sets the values of the properties of the given entity.

Syntax

*Set(property,value)

Arguments

property
The property of an existing entity referred to through the entity varname.
Data type: property dependent
value
The value to be assigned to the property.
Data type: property dependent

Example

*Vector(v_x, "Global X Axis")
*PointPair(p_wc, "Wheel Center)]
*Bush(lca_rear_bush, "Rear LCA Bushing", 
b_lca, 
b_frame, 
p_lca_rear)
*Set(v_x.x, 1)
*Set(p_wc.l.x, 1000.00)
*Set(p_sc.r.y, 500.00)
*Set(lca_rear_bush.kx, `{lca_trn_bush.DX}`)

Context

*BeginMdl()

*DefineAnalysis()

*DefineSystem()

*DefineAssembly()

*BeginContext()

Comments

*Set() is a general statement used to individually set the properties of an existing entity. It is not designed to set multiple properties and their symmetry.