grandMA3 User Manual Publication

MessageCenter Keyword

grandMA3 User Manual » Command Syntax and Keywords » General Keywords » MessageCenter
Version 2.4

To enter the MessageCenter keyword in the command line, use one of the options:

  • Type MessageCenter
  • Type the shortcut Mes

Description

The MessgeCenter keyword is an object keyword which is used to address the message center.

Syntax

Call MessageCenter (["Category.Priority"])

Examples

  • To confirm all messages in the message center, type:
User name[Fixture]>Call MessageCenter

 

  • To confirm all messages of the priority Error in MA-Net, type:
User name[Fixture]>Call MessageCenter "MA-Net.Errors"


  • To confirm all messages of the category Warning, type:
User name[Fixture]>Call MessageCenter ".Warning"


  • To confirm all messges of the category Power and of the priority Error, type:
User name[Fixture]>Call MessageCenter "Power.Error"


  • To confirm all messages of the category Power, type:
User name[Fixture]>Call MessageCenter "Power."