displayDataTypes
Description
displayDataTypes(
displays the data type
configured for each data capture signal for the first data capture IP. The default data type
depends on the bit width of the captured signal in the specified data capture 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 hub
)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 setDataType
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
.
displayDataTypes(
displays the data type configured for each data capture signal for a data capture IP
specified by hub
,DataCaptureName=dataCaptureIPName
)dataCaptureIPName
.
Examples
Input Arguments
Version History
Introduced in R2024a