pMe | (Object) Reference to the PmaPanel object where the event rises. |
---|---|
pEvent | (Object) Reference to an object describing detailed information about the specific event.
The pEvent parameter is not used here because this event does not need any additional information. |
var oCommGroup = pMe.Pm("/Comm/Group1");
oCommGroup.UpdateRate = 5000;