- #1
$mathieu
- 9
- 0
Hi,
I perform my post-processing and analysis of data from silvaco in MATLAB and would like to export values from the .str file to a file that can be read easily into matlab. Does anyone know of a way to do this programmatically? I can do it in tonyplot, but I've got everything else scripted and often run several input decks simultaneously. I don't really want to have to use tonyplot to plot each .str file then drop a cutline, change the displayed parameters, and export each one individually.
For Example, I output the concentration of acceptors and donors, and the valence band and conduction band energies to the .str file. If I want to export the conduction band potential energy vs. the depth what command would I use?
I've tried:
>>output band.param con.band val.band e.mob h.mob
>>
>>save outf=Cond_Band.str cutline x.cutline=0.5
But it errors (and I don't know how to specify the conduction band display).
I want something like the extract command for .log files, but in this case for .str files.
I perform my post-processing and analysis of data from silvaco in MATLAB and would like to export values from the .str file to a file that can be read easily into matlab. Does anyone know of a way to do this programmatically? I can do it in tonyplot, but I've got everything else scripted and often run several input decks simultaneously. I don't really want to have to use tonyplot to plot each .str file then drop a cutline, change the displayed parameters, and export each one individually.
For Example, I output the concentration of acceptors and donors, and the valence band and conduction band energies to the .str file. If I want to export the conduction band potential energy vs. the depth what command would I use?
I've tried:
>>output band.param con.band val.band e.mob h.mob
>>
>>save outf=Cond_Band.str cutline x.cutline=0.5
But it errors (and I don't know how to specify the conduction band display).
I want something like the extract command for .log files, but in this case for .str files.