Saturday 17 December 2016

datasheet - What does BSC SQ mean?


I'm reading this DAC datasheet. The last page (p. 32) gives certain of the chip's dimensions, some in units of "BSC SQ".


enter image description here


What does BSC SQ mean? Is it standard to express sizes in BSC SQ?



Answer



BSC means "Basic Spacing Between Centers". This is often used if the reference lines don't refer to a physical point or edge, like in the case of the pins: the reference is in the middle of the pin, instead of one of the edges.


BSC SQ = BSC square, i.e. in both X and Y dimensions.



The abbreviation BSC is misused in the case of the package outline, and overall dimensions, as they are specified by physical edges which can be measured.


Usually a mechanical drawing of a package will show minimum and maximum values. BSC SQ must be regarded as nominal, so may deviate, but it doesn't say by how much.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...