Hello,
I'm trying to set multiple parameters within a same table in a driver, through an automation script. The behavior should be exactly the same as performing multiple set from an element in cube.
I tried using SetMultipleParametersMessage with the 2 of my parameters, but the behavior is not the same as setting from UI.
Any ideas on how to do this?
Sure!
The sets to satellite frequency and LNB frequency are failing because the difference between them is too large at one point. I only managed to change the frequencies within the element, otherwise I get an error stating that the output frequency is not within the supported 950-2150MHz range
Hi Benjamin,
I took a closer look at the process when performing a "multiple set" action from the UI. In the background, each set is executed sequentially, one after the other.
To replicate this behavior in your automation script, you'll need to execute the sets consecutively, one immediately following the other.
Hi Benjamin,
Can you elaborate on the differences you experience when doing multiple sets through the UI and the automation module?