Hi,
I understand that you would like to add an enable flag in your model. Your implementation as shown in the attached image seems like a perfectly reasonable way to approach it.
However, this can be done without using the switch block as well. You can simply multiply (using the "Product" block) the “myBusEnabled” flag with the “MyBusZeroes” bus. This will give an output of 0 when the flag is disabled and the Force and Torque Bus data when the flag is enabled.
Hope this helps!