displayDataTypes
Display data types for all captured signals
Syntax
Description
displayDataTypes(
displays the data type
configured for each data capture signal. The default data type depends on the bit width of
the captured signal in the specified data capture System object. This size is the width you
specified for the port on the generated IP. If the signal is 8, 16, or 32 bits, the default
data type is DC
)uint
. If the signal has one bit, the default data type is
boolean
. If the signal is a different width, the default data type is
numerictype(0,bitWidth,0)
.
To modify the data type of a signal, use the object function. The function supports these data types, depending
on the bit width of the captured signal: boolean
,
uint8
, int8
, uint16
,
int16
, half
, uint32
,
int32
, single
, uint64
,
int64
, double
, and
numerictype
.
Input Arguments
Version History
Introduced in R2017a