I am trying to set up some python test code based on the client reporting example. I can connect to my IED and read dataset and RCB. But when I try to install a Report handler I get a TypeError Exeption for the reportHandler argument in the IedConnection_installReportHandler call. Does anyone know what the reason is?
Hi,
I am trying to set up some python test code based on the client reporting example. I can connect to my IED and read dataset and RCB. But when I try to install a Report handler I get a TypeError Exeption for the reportHandler argument in the IedConnection_installReportHandler call. Does anyone know what the reason is?
Here is my code: