Power table extension functions

In the onCellEdited extension function of the power table a cannot set a parameter value on the root container with either self.parent.Test = 1 or event.source.parent.Test = 1 In the propertyChange event handler event.source.parent.Test = 1 works to set the test value to 1. How can this be done within an extension function?

Ignition 7.8.4

Setting self.parent. to a value works fine for me in an onCellEdited function. Are you also setting ‘isCellEditable’ to return True? isCellEditable will control whether onCellEdited even fires.

Thanks Paul. Its working now the script stopped at line system.db.refresh(event.source, "data") with no error. Once this was corrected it worked properly.

A post was split to a new topic: Power Table ConfigureCell/ConfigureEditor