DA junctions must include roles emitter
and base
(and intrinsic
, optionally)
#18
Labels
emitter
and base
(and intrinsic
, optionally)
#18
Problem
DA Junctions MUST have:
emitter
rolebase
roleintrinsic
role (optional)At the moment there is no enforcement of this, so when
solcore
tries to solve the problem, it fails.Possible solution
When putting together the structure for
solcore
and before the junction is added to the structure here, there should be a check that the structure of the junction is indeed valid. This should be a separate function.If that validation fails, the process should be interrupted and a pop-up window should inform the user of what is wrong with the structure.
The text was updated successfully, but these errors were encountered: