| Contents | Index |
int_T ssGetOutputPortConnected(SimStruct *S, int_T port)
An int_T (1 or 0) or boolean_T (true or false) value indicating if this output port signal is connected to a nonvirtual block.
Use anywhere except in mdlInitializeSizes or mdlCheckParameters. Returns 1 (true) if the specified output port on the block represented by S is connected directly or indirectly, i.e., via virtual blocks, to a nonvirtual block. The S-function must have previously set the number of output ports in mdlInitializeSizes, using ssSetNumOutputPorts.
C, C++
See the S-function sfun_dynsize.c used in sfcndemo_sfun_dynsize.mdl.
ssGetInputPortConnected, ssSetNumOutputPorts

Learn more about Simulink through this collection of videos, articles, technical literature and the Getting Started with Simulink Guide.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |