Skip to content

MessageCenter

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

  • Type MessageCenter
  • Type the shortcut Mes

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

Syntax

Call MessageCenter ([“Category.Priority”])

  • 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.”