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

dbFeaturePrintInfo

dbFeaturePrintInfo( 
d_cellView
[ g_incompatibleOnly ]
)
=> t / nil

Description

Lists information about the features that are being used in the specified cellview.

Arguments

d_cellView

Database ID of a cellview.

g_incompatibleOnly

  

A Boolean value that:

  • when set to 't, lists information about the features that are incompatible with the current version of the software. This is the default value.
  • when set to nil, lists information about all features used in the given cellview.

Values Returned

t

At least one feature is being used in the cellview.

nil

No features are being used in the cellview.

Examples

The following example checks if the cellview a_cellViewId comprises features incompatible with the current version of Virtuoso,:

dbFeaturePrintInfo(a_cellViewId t)

The following example checks what features are in the cellview a_cellViewId:

dbFeaturePrintInfo(a_cellViewId nil)

Return to top
 ⠀
X