Simulink.BlockPortData
Describe block input or output port
Description
This class defines properties that are common to objects that provide runtime information about block ports.
Parent
Children
Simulink.BlockPreCompInputPortData
, Simulink.BlockPreCompOutputPortData
, Simulink.BlockCompInputPortData
, Simulink.BlockCompOutputPortData
Property Summary
Name | Description |
---|---|
| |
| |
Sample time of this port. | |
Sample time index of this port. |
Properties
IsBus
true
if this port connects to a bus.
Boolean
RO
IsSampleHit
true
if this port produces output or accepts input at the current
simulation time step.
Boolean
RO
SampleTime
Sample time of this port.
[period offset]
where period
and offset
are
values of type double
. See Specify Sample Time for
more information.
RW
for MATLAB® S-functions, RO
for other blocks
SampleTimeIndex
Sample time index of this port.
integer
RO
Version History
Introduced before R2006a