Is there any way inside a SIMPL module to know if any of it's input signals are connected in the root program? For example I have a module with 10 input signals and 10 output feedback signals. I want all of the feedback signals to go high at the same time but only for the signals that have connected inputs. Is this possible?