Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

drType

drType( 
o_vec
)
=> s_type

Description

Returns the data type of the data vector o_vec.

Arguments

o_vec

The vector for which the data type is returned.

Value Returned

s_type

Returns a symbolic representation of the type of the data vector. The values are described Data Values.

Examples

vec = drCreateVec( 'double '(1 2 3 4 5))
drType( vec )

Return to top
 ⠀
X