MC-Basic:robot.TYPEOF

From SoftMC-Wiki
Revision as of 16:01, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= <''point_variable''> = <''robot_name''>.typeof<br> ? <''robot_name''>.typeof |AVAILABILITY= All versionsDescription           Retur…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Syntax

<point_variable> = <robot_name>.typeof

? <robot_name>.typeof

Availability

All versionsDescription           Returns the group model:

Group with no model defined or axis - 1

Puma - 2

No coupling - 3

Scara - 4

User -  5

Delta -  6

Type

Long

Scope

Configuration, Task, Terminal

Examples

-->? Scara.Typeof

-->4

See Also