MC-Basic:axis.AXISNAME

From SoftMC-Wiki
Revision as of 16:00, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= ''<axis>''.AXNM |SYNTAX= ''<axis>''.AxisName = ''<new axis name>'' |AVAILABILITY= All versions |DESCRIPTION= This property allows you to assign a new n…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This property allows you to assign a new name to an axis.

Short form

<axis>.AXNM

Syntax

<axis>.AxisName = <new axis name>

Availability

All versions

Range

Any string that is not a keyword in the system.

Default

Default names for the participating axes are:

A1, A2, A3, to An

Scope

Configuration

Limitations

Can only be set during SERCOS communications phase.

Examples

A1.AxisName=Xaxis

See Also