INSERT, REMOVE and REMOVE_ALL instruction

Using these instructions user can dynamically control the contents of Object Sets. That is, user can insert or remove objects from Object Sets.

Syntax

Examples:

  1. insert HV-78 in POWER-SUPPLIES

    this instruction will insert object called HV-78 into object set called POWER-SUPPLIES


  2. remove HV-45 from POWER-SUPPLIES

    this instruction will remove object called HV-45 from object set called POWER-SUPPLIES


  3. remove_all from POWER-SUPPLIES

    will make object set called POWER-SUPPLIES empty


  4. action : CONFIGURE (..., HV-NAME ,...)
    .....
    insert $( HV-NAME) in POWER-SUPPLIES

    this instruction will insert object, whose name is picked up from the value of the action parameter HV-NAME, into the object set called POWER-SUPPLIES