We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently when executing the following, the result is wrong.
a = Apci(apci_type='A_GroupValue_Write', apci_data=3198) print(a.pack())
Actual output: FE Expected output: 800C7E
FE
800C7E
For small values like apci_data=1 it's working correctly and outputs 81.
apci_data=1
81
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently when executing the following, the result is wrong.
Actual output:
FE
Expected output:
800C7E
For small values like
apci_data=1
it's working correctly and outputs81
.The text was updated successfully, but these errors were encountered: