Appendix > Fiber Manager Data Model > SplitterInputPort |
Version: 10.1 |
This is the object that allows connectivity to the splitter devices. The input port represents the upstream side of the splitter. The signal within the single fiber that is connected to this port will be divided into a number of output ports.
Attributes (required fields in red): PortNumber: long integer - This is the unique identifier of the port and must be a positive integer value. It is common to start at the number 1 and increment by one from this value, but this convention is not mandatory. Any port numbering system should closely match, as much as possible, what is actually used in the field. This is a required field used by the Connection Manager. Port Name: text - This field stores a value by which the port is referred within an organization. This is typically an integer value (such as Port 18), but it is not required to be so. PortType: text - This specifies the type of connector that is used to connect to this port. Please look at the domain values for common connector types. The Fiber Port Type domain is assigned to this field. GlobalID: GlobalID - This field contains a unique number (GUID) that is generated and maintained by ArcGIS. This value is used for all relationships in the ArcFM data model and is required for Fiber Manager to function properly. FiberParent: GUID - This field contains the GlobalID of the parent object to the current object. ThisFiberClassModelName: text - This field stores the class model name assigned to the feature class on which the field resides. It is used in conjunction with the FiberParentClassModelName field to determine the GlobalID that will be placed in the FiberParent field. FiberParentClassModelName: text - This field stores the class model name assigned to the feature class that is the parent of the class on which the field resides. It is used in conjunction with the ThisFiberClassModelName field to determine the GlobalID that will be placed in the FiberParent field. FiberChildClassModelName: text - This field stores the class model name of a child object to the object on which the field resides. FiberCircuitGlobalID: GUID - Circuit Manager uses this field to store the GlobalID of the Circuit record stored in the Circuit Table.
|