Returns the number of data values available at the input port.
|
Syntax |
Description |
|---|---|
|
size = portdatasize("input_port"); |
Returns the number of data values available at the input port. |
Example
?size = portdatasize("input");
0
See Also