Calling DigitalIO.outputEnableInfo() throws a ArgumentError, due to argument being of wrong type.
ArgumentError: argument 1: <class 'TypeError'>: wrong type
This is a typo due to calling FDwfDigitalIOOutputEnableInfo(self) instead of FDwfDigitalIOOutputEnableInfo(self.hdfw)
Calling DigitalIO.outputEnableInfo() throws a ArgumentError, due to argument being of wrong type.
ArgumentError: argument 1: <class 'TypeError'>: wrong typeThis is a typo due to calling
FDwfDigitalIOOutputEnableInfo(self)instead ofFDwfDigitalIOOutputEnableInfo(self.hdfw)