VdDataType Enum

Scope: Xpedition Designer schematic editor

Prerequisites: None.

Specifies the block data type.

Usage

VdDataType.Constant

Arguments

VDDT_DOCUMENTATION

The block data type is a document. The numerical value for this constant is 2.

VDDT_PIN

The block data type is a pin. The numerical value for this constant is 4.

VDDT_SCHEMATIC

The block data type is schematic. The numerical value for this constant is 0.

VDDT_SYMBOL

The block data type is symbol. The numerical value for this constant is 1.

VDDT_WIRELIST

The block data type is wire list. The numerical value for this constant is 3.