Card class

Cards are predefined business objects of the class IltCard and are the most widely used shelf items. They can contain card item objects such as LEDs ( IltLed class) and ports ( IltPort class).
The IltCard class defines the following attributes:
  • Type —Specifies the category of a card. It is possible to define new types of card.
    Name: type
    Value class: IltCard.Type
    Attribute: IltCard.TypeAttribute
  • Direction —Specifies the direction of the card within the shelf. By default, the orientation of a card is set to Top , which defines a card with a label placed vertically, status icons placed at the bottom of the card, and the alarm balloon placed at the top of the card.
    Name: direction
    Value class: IlpDirection
    Attribute: IltCard.DirectionAttribute