VdJointType Enum

Scope: Xpedition Designer schematic editor

Prerequisites: None.

Specifies a joint type.

Usage

VdJointType.Constant

Arguments

VDJT_BUS

A bus joint. The numerical value for this constant is 6.

VDJT_BUSCORNER

A bus joint which has a 90 degree bend. The numerical value for this constant is 9.

VDJT_BUSPIN

A bus joint which connects to a pin. The numerical value for this constant is 8.

VDJT_BUSSINGLE

A dangling bus joint. The numerical value for this constant is 7.

VDJT_BUSSOLDER

A bus solder dot. The numerical value for this constant is 11 (&HB).

VDJT_BUSSTRAIGHT

A bus joint which is between two straight segments. The numerical value for this constant is 10 (&HA).

VDJT_CORNER

A net joint which has a 90 degree bend. The numerical value for this constant is 3.

VDJT_LONER

A net joint. The numerical value for this constant is 0.

VDJT_PIN

A net joint that connects to a pin. The numerical value for this constant is 2.

VDJT_SINGLE

A dangling net joint. The numerical value for this constant is 1.

VDJT_SOLDER

A net solder dot. The numerical value for this constant is 5.

VDJT_STRAIGHT

A net joint which is between two straight segments. The numerical value for this constant is 4.