xzos/PyZDDE

zSetMulticon support string values?

danieldmulkey opened this issue · 2 comments

Hello,

Does ln.zSetMulticon() support strings for the value argument? The documentation suggests only floats, but then I don't see how you could enter any configuration values for 'GLSS' in that case. Is there different method I'm not aware of?

Cheers,

Hi @danieldmulkey,

There are two ways of using the zSetMulticon() method (described in the docstring). If the config = 0, then, this function is used to set the operand type (string, like 'GLSS, THIC` etc.) and number data. I hope that helps.