I need to send three parameters to a TestStand test sequence. One of them needs to be set as optional. Is there any possibility in TestStand to do that?
No. There is no way to make a parameter value optional. However, you could set the Use Default option for the paramter and that way you do not have to pass anything into it. The default value of the parameter will be used.