mpoint.node.groupmap

Syntax

m = mpoint.node.groupmap(s<,slot>)

Get mpoint nodes that belong to a group. A map is returned where the keys are the point ID numbers and the values are the mpoint pointers. The arguments s and slot may be specified as strings or indices*. If slot is not specified, then all slots are queried.

Returns:

m - map

Arguments:

s - group name or index*

slot - slot name or index*

Note

*Use the group.find and group.find.slot intrinsics to obtain group and slot indices, respectively, and for further information.

Use of the group logic is described in Groups.