Difference between revisions of "MC-Basic:GETGROUP$"
(Created page with "{{MC-Basic |SHORT FORM= |SYNTAX= <''generic_group''> = getgroup$ (<''string_expression''>) <br> ? getaxis$ (<''string_expression''>).<group_property> |AVAILABILITY= |DESCR...") |
(AXY: new links) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
|SYNTAX= | |SYNTAX= | ||
<''generic_group''> = getgroup$ (<''string_expression''>) <br> | <''generic_group''> = getgroup$ (<''string_expression''>) <br> | ||
− | ? | + | ? getgroup$ (<''string_expression''>).<group_property> |
|AVAILABILITY= | |AVAILABILITY= | ||
+ | Avilable since version 4.15.1. | ||
|DESCRIPTION= | |DESCRIPTION= | ||
Line 38: | Line 39: | ||
|SEE ALSO= | |SEE ALSO= | ||
* [[MC-Basic:COMMON SHARED or DIM SHARED or DIM ... AS GENERIC GROUP|COMMON SHARED or DIM SHARED or DIM ... AS GENERIC GROUP]] | * [[MC-Basic:COMMON SHARED or DIM SHARED or DIM ... AS GENERIC GROUP|COMMON SHARED or DIM SHARED or DIM ... AS GENERIC GROUP]] | ||
− | * [[MC-Basic: | + | * [[MC-Basic:element.ELEMENTNAME|ELEMENTNAME]] |
+ | * [[MC-Basic:GETAXIS$|GETAXIS$]] | ||
[[Category:MC-Basic:Declarations|GETGROUP$]] | [[Category:MC-Basic:Declarations|GETGROUP$]] | ||
}} | }} |
Latest revision as of 10:56, 13 September 2017
Returns a group according to the name received through the argument.
Syntax
<generic_group> = getgroup$ (<string_expression>)
? getgroup$ (<string_expression>).<group_property>
Availability
Avilable since version 4.15.1.
Type
Group
Range
A valid name of a real group.
Scope
Configuration, Task, Terminal
Limitations
Cannot serve as a group in Motion commands.
Input must be a name of a real group.
Examples
GenericGroup = GetGroup$("G1")
?GetGroup$("SCARA").coupled