You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gdtf-spec.md
+16-6Lines changed: 16 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1784,6 +1784,8 @@ defined XML attributes of a magnet geometry are specified in
1784
1784
| Model |[Name](#user-content-attrtype-name)| Link to the corresponding model. |
1785
1785
| Position |[Matrix](#user-content-attrtype-matrix)| Relative position of geometry; Default value: Identity Matrix |
1786
1786
1787
+
The magnet geometry has the same children types as the geometry
1788
+
collect (see [table 34](#user-content-table-34)).
1787
1789
1788
1790
### Geometry Type Speaker
1789
1791
@@ -1794,7 +1796,7 @@ defined XML attributes of a speaker geometry are specified in
1794
1796
1795
1797
<divid="table-XX">
1796
1798
1797
-
#### Table XX. *Magnet Attributes*
1799
+
#### Table XX. *Speaker Attributes*
1798
1800
1799
1801
| XML Attribute Name | Value Type | Description |
1800
1802
|----|----|----|
@@ -1803,18 +1805,26 @@ defined XML attributes of a speaker geometry are specified in
1803
1805
| Position |[Matrix](#user-content-attrtype-matrix)| Relative position of geometry; Default value: Identity Matrix |
1804
1806
| LinkedConsumer |[Node](#user-content-attrtype-node)| Name of the Wire Geometry that this speaker is connected to. Need to an consumer type. |
1805
1807
| Impedance |[Float](#user-content-attrtype-float)| Impedance of the speaker. Note that Power consumption is defined be the LinkedConsumer consumptions. |
1806
-
| VerticalCoverage |[Float](#user-content-attrtype-float)| Vertical Coverage of the X db drop of the speaker in vertical distance. |
1807
-
| HorizontalCoverage |[Float](#user-content-attrtype-float)| Horizontal Coverage of the X db drop of the speaker in horizontal distance. Note that this values are defined in the Global Coordinate System of the GDTF. |
1808
+
| VerticalCoverageUp |[Float](#user-content-attrtype-float)| Vertical Coverage of the ?? direction. (Degrees) Note that this values are defined in the Global Coordinate System of the GDTF. |
1809
+
| VerticalCoverageDown |[Float](#user-content-attrtype-float)| Vertical Coverage of the ?? direction. (Degrees) Note that this values are defined in the Global Coordinate System of the GDTF. |
1810
+
| HorizontalCoverageLeft |[Float](#user-content-attrtype-float)| Horizontal CCoverage of the ?? direction. (Degrees) Note that this values are defined in the Global Coordinate System of the GDTF. |
1811
+
| HorizontalCoverageRight |[Float](#user-content-attrtype-float)| Horizontal Coverage of the ?? direction. (Degrees) Note that this values are defined in the Global Coordinate System of the GDTF. |
1808
1812
| FrequencyRangeMin |[Float](#user-content-attrtype-float)| Minimum Frequency that the speaker supports. |
1809
1813
| FrequencyRangeMax |[Float](#user-content-attrtype-float)| Maximum Frequency that the speaker supports. |
1810
1814
| MaxSPL |[Float](#user-content-attrtype-float)| Maximum SPL of the speaker in the center of distribution. |
0 commit comments