@@ -839,63 +839,7 @@ If `GDTFSpec` is present, `CableName` shall identify a cable definition in
839839that file. If ` GDTFSpec ` is omitted, the cable remains a plain MVR cable
840840instance and is described only by the attributes on the scene object itself.
841841
842- The child list (Table XX) contains a list of one of the following nodes. When
843- ` GDTFSpec ` is omitted, at least one ` Signal ` child shall be present. When
844- ` GDTFSpec ` is present, the ` Signal ` child list is optional because the cable
845- definition can be resolved from the referenced GDTF catalog entry.
846-
847- ##### Table xx — * Cable Node Childs*
848-
849- | Child Node | Allowed Count | Description |
850- | ----------------------------------| --------------- | ----------------------------------- |
851- | [ Signal] ( #node-definition-signal ) | 1 or any / 0 or any when ` GDTFSpec ` is present | The type of the signal used. |
852-
853- The defined Signal Node Attributes are specified in Table XX.
854-
855- Table xx - Signal Node attributes:
856-
857- | Attribute Name | Value Type | Description |
858- | -------------- | ----------------: | ------------------------------------------------------------------- |
859- | type | [ String] ( #user-content-attrtype-string ) | Signal type, DIN SPEC 15800 [ Signal Type] ( https://github.com/mvrdevelopment/spec/blob/main/gdtf-spec.md#table-50-wiring-object-attributes ) where possible.|
860- | crossSection | [ Float] ( #user-content-attrtype-float ) | Conductor cross-section where applicable. Unit: mm², Default: 0 |
861- | conductorAmount | [ Integer] ( #user-content-attrtype-integer ) | Amount of conductors. Default: 0 |
862- | impedance | [ Float] ( #user-content-attrtype-float ) | Cable impedance where applicable. Unit: Ohm, Default: 0 |
863- | voltageRating | [ Float] ( #user-content-attrtype-float ) | Optional voltage rating. Unit: volt, Default: 0 |
864- | currentRating | [ Float] ( #user-content-attrtype-float ) | Optional current rating. Unit: ampere, Default: 0 |
865-
866- Example:
867-
868- ``` xml
869- <Cable
870- uuid =" 7C6B12E5-0AC9-45B2-99EA-5C7C9D9F5A10"
871- name =" Low Voltage PSU Feed 25m Hybrid"
872- length =" 25.0"
873- GDTFSpec =" MyFixture.gdtf"
874- CableName =" Low Voltage PSU Feed 25m Hybrid" >
875- </Cable >
876-
877- <Cable
878- uuid =" 7C6B12E5-0AC9-45B2-99EA-5C7C9D9F5A11"
879- name =" Low Voltage PSU Feed 30m Hybrid"
880- cableType =" Plenum rated 2x4mm2 Hybrid"
881- length =" 30.0"
882- installationRating =" Plenum" >
883-
884- <Signal
885- type =" Power"
886- conductorAmount =" 3"
887- crossSection =" 4.0"
888- voltageRating =" 60"
889- currentRating =" 12.5" />
890-
891- <Signal
892- type =" DMX512"
893- conductorAmount =" 3"
894- impedance =" 50" />
895- </Cable >
896- ```
897-
898- ` Connection ` with a ` cable ` UUID attribute linking the logical connection to its physical cable.
842+ Example cable utilization:
899843
900844``` xml
901845<Connection
0 commit comments