This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DSS Scripting - Read/Write floating data

Does DSS scripting supports reading and writing float values through DSS APIs? If not, how we can handle this?

For example:

var wrtaddW1XDCR =  debugSession.memory.writeData(0, addW1XDCR, 100.25, 32)

The API "writeData" accepts only integer value so it truncates to 100 and pass the argument.