Silvaco Atlas Syntax question - area from curve

AI Thread Summary
The discussion centers on a block of Silvaco Atlas code used for extracting data related to electron concentration in a semiconductor simulation. The user seeks clarification on how the parameters like x.val and integration ranges function, specifically questioning the integration over x values while setting a cutline in the y direction. Additionally, there are inquiries about integrating along a specific y range and the significance of the impurity parameter in the context of electron concentration. The user also expresses confusion regarding where to find the integration results, as the output file "extract.dat" contains depth information rather than the expected integrated value. Overall, the thread emphasizes the need for a clearer understanding of the syntax and functionality of the code.
GaNHEMT
Messages
1
Reaction score
0
I have a several questions on the following block of codes taken from ganfetex01_aux.in:

Code:
solve
save outf="ganfetex01_$'index'.str"
extract init inf="ganfetex01_$'index'.str"
extract name="2DEG" 1e-4 * area from curve (depth, impurity="Electron Conc" material="All" mat.occno=1 x.val=0.5) \
                         where x.min=0 and x.max=0.5 outfile="extract.dat"

My understanding is that this code saves the solution in a file named "ganfetex01_$'index'.str", then the first EXTRACT statement create its own data to work with from the saved file. The second EXTRACT statement integrates the electron concentration from x=0 to x=0.5, and save this value in a variable named "2DEG".

Questions:
1. My understanding is that x.val sets the cutline, and the integration is over (x.min=0, x.max=0.5). Is that correct? I am confused since x.val would set the cutline along the y direction, but the integration is over the ranges of x. Shouldn't the integration be over the range of y values? Where is this exactly integrating?

2. What should I do if I want to integrate over (y=0, y=0.5) along the cutline x=0.5?

3. what is the purpose of impurity in "impurity="Electron Conc"? I get that it is integrating the electron concentration, but why impurity=?

4. Where can I check the integration result "2DEG"? I thought this would be saved in "extract.dat", but "extract.dat" file saves electron concentration vs. Depth information. For example, Electron Conc vs Depth 0 4e-7 0.0025 4e3 0.005 2e19 . . .
 
Last edited by a moderator:
Engineering news on Phys.org
Try the Silvaco site.
click on the search icon at right end of the red banner
enter: user manual
if you get a drop-down with just a few results, click the last line of the dropdown, that should get you a list of over 200 search results

Have Fun!
Tom
 
  • Like
Likes GaNHEMT and berkeman
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I have recently moved into a new (rather ancient) house and had a few trips of my Residual Current breaker. I dug out my old Socket tester which tell me the three pins are correct. But then the Red warning light tells me my socket(s) fail the loop test. I never had this before but my last house had an overhead supply with no Earth from the company. The tester said "get this checked" and the man said the (high but not ridiculous) earth resistance was acceptable. I stuck a new copper earth...
Thread 'Beauty of old electrical and measuring things, etc.'
Even as a kid, I saw beauty in old devices. That made me want to understand how they worked. I had lots of old things that I keep and now reviving. Old things need to work to see the beauty. Here's what I've done so far. Two views of the gadgets shelves and my small work space: Here's a close up look at the meters, gauges and other measuring things: This is what I think of as surface-mount electrical components and wiring. The components are very old and shows how...

Similar threads

Back
Top