Hi in PCB design what the formula for the trace with
calculation.
Answer Posted / prabhakaran
Actually the thing is for 1 oz copper we will follow 1 Amp
is equal to 40 mills and for 1/2 oz copper 1 Amp is equal
to 20 mills.
| Is This Answer Correct ? | 9 Yes | 22 No |
Post New Answer View All Answers
Impedence of a parallel resonant circuit at resonance is ?
What are digital electronic flip flops?
Why do we use distinct polarisation (UL-H:DL-V) while uplinking and downlinking rather than same (UL-H:DL-H)?
The magnitude of the gain or integrator transfer function using op-amp is A WR1Cf B -1/WR1Cf C -WR1Cf D 1/WR1Cf
How will you determine what frequency the device has without using oscilloscope?
from 12v,100ma power supply how an i get 5v,1amp draw the power supply diagram
Explain the difference between latch and flip flop?
What are the different types of flip-flops?
Why is sio2 layer formed over the entire surface in a monolithic ic?
Explain what are the advantages of using a voltage follower amplifier?
why we using different type of microwave antenna we using like one is connected to MMU and one more is connected to other slot what is use of both antenna?
Although zener diode is operated in the reverse breakdown region, but it does not burn. Why?
The output of a 60hz full-wave bridge rectifier has a 60 hz ripple. It this circuit working properly?
What is the basis for classifying a material as a conductor, semiconductor, or a dielectric?
I am stuck up with a question on appending of two arrays
I am writing the code for the same, I am appending two
strings this way
int main()
{
string s1 = "Welcome to C++";
string s2 = "C++ improves the logic ability";
string s3 = s1 + s2;
cout<