/GRBEAM/GEN_INCR

Block Format Keyword Generates a group of beams by listing the first and last beam IDs in the range with a user-defined increment value.

Format

Generate a list of entities that starts with first_ID and includes entities every Incr after first_ID until last_ID.
(1) (2) (3) (4) (5) (6) (7) (8) (9) (10)
/GRBEAM/GEN_INCR/grbeam_ID/unit_ID
grbeam_title
first_ID last_ID Incr              

Definitions

Field Contents SI Unit Example
grbeam_ID Beam group identifier

(Integer, maximum 10 digits)

 
unit_ID Unit Identifier

(Integer, maximum 10 digits)

 
grbeam_title Beam group title

(Character, maximum 100 characters)

 
first_ID First beam element identifier in the list.

(Integer)

 
last_ID Last beam element identifier in the list.

(Integer)

 
Incr Increment value of the list generation from first_ID to last_ID.

Default = 1 (Integer)

 

Comments

  1. The group includes first_ID, first_ID+Incr, first_ID+2*Incr, first_ID+3*Incr, … continuing through last_ID.
  2. Multiple first_ID, last_ID, and Incr lines can be defined in one block.