-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdemo-ds.typ
184 lines (122 loc) · 3.93 KB
/
demo-ds.typ
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
#import "tids.typ": tids
#import "@preview/gentle-clues:1.1.0": *
#let metadata = (
title: [FXC1117 Flux Capacitor],
product: "FXC1117",
product_url: "https://github.com/oldrev/tids",
)
#let features = [
- Capacity: 1.21 gigawatts
- Operating Voltage: 88 billion volts
- Dimensions: Standard size, suitable for most electronic devices
- Material: Advanced alloys and insulating materials
- Frequency Response: Exceeds 1.21 kilohertz
- Temperature Range: -40°C to 150°C
- Stability: High stability, suitable for extreme environments
]
#let applications = [
The FXC1117 Flux Capacitor is an advanced electronic component widely used in the following fields:
- Time travel technology
- Energy conversion
- Electronics enhancement
- Space deformation techniques
- Quantum communication
#figure(
rect(image("./assets/741.svg"), stroke: 0.5pt), caption: "Typical Application"
)
]
#let desc = [
The Flux Capacitor is a revolutionary electronic technology utilizing advanced alloys and insulating materials, enabling it to operate in extreme conditions. Its high capacity and operating voltage make it an ideal choice for time travel technology and energy conversion fields.
Additionally, Flux Capacitors can be applied in electronics enhancement, space deformation techniques, and quantum communication. Their stability and frequency response make them an innovative product in the future of electronic components.
]
#let rev_list = (
(rev: [REV2], date: [2024/12/12], body: [
- #lorem(10)
- #lorem(8)
- #lorem(8)
]),
(rev: [REV1], date: [2012/12/12], body: [
- #lorem(10)
- #lorem(18)
- #lorem(18)
- #lorem(18)
]),
)
#set text(lang: "en")
#show: doc => tids(
ds_metadata: metadata,
features: features,
applications: applications,
desc: desc,
rev_list: rev_list,
doc: doc
)
= Specifications
== Pin Configuration and Functions
<PinConfigAndFunctions>
#lorem(30)
#lorem(30)
== Specifications
<Specifications>
#figure(
table(
columns: (1fr, auto, auto, auto, auto, auto, 1fr),
align: (left,center,right,right,right,left,left,),
table.header([Parameters], [Symbol], [Minimum], [Typical], [Maximum], [Unit], [Condition]),
[Rated Voltage], [$V_(upright("IN"))$], [5], [—], [24], [V], [—],
[Rated Current], [$I$], [100], [150], [1,000], [mA], [Using 5V Supply],
[High-Level Voltage], [$V_(upright("OH"))$], [4.5], [—], [—], [V], [—],
[Low-Level Voltage], [$V_(upright("OL"))$], [—], [—], [0.5], [V], [—],
[Output High-Level Current], [$I_(upright("OH"))$], [—], [20], [—], [mA], [—],
),
caption: "Your Awesome Table 1",
)
== Absolute Maximum Ratings
<AbsoluteMaximumRatings>
#figure(
table(
columns: (auto, auto, auto, auto, auto, 1fr),
align: (left,center,right,right,center,left),
table.header([Parameter], [Symbol], [Minimum Value], [Maximum Value], [Unit], [Note]),
[Power Supply Voltage], [$V_(upright("IN"))$], [0], [30], [V],[],
[Ambient Temperature], [$T_A$], [-25], [85], [°C],[],
),
caption: "Your Awesome Table 2",
)
#warning(title: "Warning")[
Before start it you must be sure you have enough garbage.
]
#pagebreak()
= Detailed Description
<DetailedDescription>
== Overview
#lorem(200)
#lorem(200)
== Functional Block Diagram
#lorem(200)
#pagebreak()
= Application and Implementation
=== Application Information
#lorem(200)
#page(flipped: true)[
=== Typical Applications
#figure(
rect(image("./assets/741.svg"), stroke: 0.5pt, height: 10cm), caption: "Typical Application"
)
#lorem(100)
]
=== Design Requirements
#lorem(200)
= Power Supply Recommendations
#lorem(200)
=== PCB Layout
#lorem(200)
#pagebreak()
= Device and Documentation Support
=== Device Support
=== Related Links
#lorem(200)
#pagebreak()
= Mechanical, Packaging, and Orderable Information
#lorem(30)
#lorem(30)