This method/property/event is considered obsolete and is functional only if the "Level of integration of panel viewer and the local application" configurator is set to full - FULL access from scripts to the whole application (only for VBScript and if the "Enable multiple opening of local panel" configurator IS NOT SET.
Instead of this event it is better to use the PmgRoot.onPanelStopEnd event.
pMe | (Object) Reference to the PmaPanel object where the event rises. |
---|---|
pEvent | (Object) Reference to 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;