Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbListTypes

dbListTypes(
t_typeName
)
=> l_enumValues / nil

Description

Lists the enumerated values for a specified database enumerated type.

Arguments

t_typeName

Specifies the name of the DB enumerated type.

Currently, only dbSigType is supported.

Value Returned

l_enumValues

List of the enum values.

nil

An invalid type name is specified for the DB enumerated type.

Example

Lists the enum values for the dbSigtype enumerated type.

dbListTypes("dbSigType")
(
"unknown" "signal" "ground" "supply" "clock"  "testLatch" "analog" "tieOff" "tieHi" "tieLo"    "scan"  "reset" "optical" "singleModeOptical" "multiModeOptical"
)

Related Topics

Optical Data Functions


Return to top
 ⠀
X