Hi,
If I were to use protocol.SetParameters({pid1, pid2, pid3}, {value1, value2, value3}), is it guaranteed that the sets will be done in order?
- set 1 => pid1 = value1
- set 2 => pid2 = value2
- set 3 => pid3 = value3
I already did some basic testing and it seems that way, but I would like to confirm the behavior since the order of sets in my use case is quite important.
Hi Joshua,
If possible, try to check the possibility of using an automation script to perform these sets. Automation scripts will give you more control over the sequence of parameter sets.
For example, are the parameters related to each other? If the set on pid1 does not work, should you continue with the next one? You could handle these use cases in an automation script. In that way, you decouple any custom development from the connector.
Hope it helps.
Hi Joshua,
Yes, I can confirm that the parameters will be set in the order you specify.
Kind regards,