group

Script Class: WsfGroup

group
group <group-name> <base-group-type>
  aux_data ...
end_group

Overview

A group object represents an aggregation of platform and platform part (sensor, processor, comm) objects. In order to join a group the object must either provide the group_join input for platforms or platform parts, or one may use the script method WsfGroup.AddMember(…).

The base type WsfGroup has only auxiliary data.

Commands

aux_data <aux-data> … end_aux_data

Defines auxiliary data for a platform. See aux_data.

Referenced by: WsfGroup, platform, WsfPlatform and WsfSimulation for group methods.