MC-Basic:element.ACCELERATIONFEEDBACK

From SoftMC-Wiki
Revision as of 08:07, 28 May 2020 by Hallel (talk | contribs) (Created page with "{{Languages|MC-Basic:element.ACCELERATIONFEEDBACK}} {{MC-Basic |SHORT FORM= <''element''>.AccelFbk |SYNTAX= ?<''element''>.AcclerationFeedback |AVAILABILITY= 0.4.20.4 |DE...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Language: English

This property returns the actual acceleration of the element. The value is returned as a vector of the respective element accelerations.

Short form

<element>.AccelFbk

Syntax

?<element>.AcclerationFeedback

Availability

0.4.20.4

Type

Double

Range

± MaxDouble

Units

User units

  • Rotary axis: deg/sec2
  • Linear axis: mm/sec2

Scope

Task or Terminal

Limitations

Read only

Examples

?A1.AccelFbk
?G1.AccelFbk

See Also