WaveForms-SDK-Getting-Started-PY icon indicating copy to clipboard operation
WaveForms-SDK-Getting-Started-PY copied to clipboard

static.py line 134, missing 'mask = mask.value'

Open xu-jiachen opened this issue 10 months ago • 0 comments

In WF_SDK/static.py, calling the .set_state() method will raise operand mismatch error between the mask and shifted bits. This can be fixed by adding mask = mask.value at line 134 just like line 68.

xu-jiachen avatar Oct 05 '23 00:10 xu-jiachen