WaveForms-SDK-Getting-Started-PY
WaveForms-SDK-Getting-Started-PY copied to clipboard
static.py line 134, missing 'mask = mask.value'
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.