pyassign — Assign the value of the given Csound variable to a Python variable possibly destroying its previous content.
pyassign "variable", kvalue
        pyassigni "variable", ivalue
        pylassign "variable", kvalue
        pylassigni "variable", ivalue
        pyassignt ktrigger, "variable", kvalue
        pylassignt ktrigger, "variable", kvalue
      Plugin opcode in py. This opcode is part of the plugin repository and has to be installed separately. The plugin repository can be found here: https://github.com/csound/plugins
Assign the value of the given Csound variable to a Python variable possibly destroying its previous content. The resulting Python object will be a float.