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.
hi,
We need to try 'Free run' the executable on board. I am confused how can we do 'Free run' using DSS?
Please help me in this regard.
Thanks,
Lijo Jose
Hi,
I don't think there is a dedicated DSS API for it but you can call the GEL function for it (GEL_RunF());
You can call GEL functions using the expression.evaluate() DSS API
// Evaluate a GEL expression
nResult = mySession.expression.evaluate("GEL_RunF()");
ki