|
<< Click to Display Table of Contents >> Navigation: IMS version 21.9 > IMS Basics - User Guide > Circuit > Bi and Uni Directional Circuits |
Introduction
The following information provides insight into circuits in IMS and how to achieve the best model to fit different requirements.
IMS employs enumerators (Enums) for certain entities to determine direction i.e.,
CircuitType |
0 = BI |
1= UNI |
|
Direction |
0 = BiDirectional |
1= AtoB |
2 = BtoA |
TxRx |
0 = Tx |
1= Rx |
|
In the Port Template Entity there is a field called Type which is a string and can hold the value BI or UNI
If a Port Template is initially setup as Type = BI, then subsequent ports created from this template will be Bidirectional: Direction = 0 and TxRx will not be set.
However, if the Port Template is setup as Type = UNI, then IMS checks if the Port’s TxRx field needs to be defined as Tx or Rx.
The following Entities are associated to these Enums - [Bold is mandatory]
Circuit |
CircuitType |
|
Port |
Direction |
TxRx |
CircuitRelation |
Direction |
DirectionCarrier |