#include "component.h"
#include "device.h"
#include "devstates.h"
#include "diac.h"
Go to the source code of this file.
Define Documentation
#define NODE_A2 1 /* anode 2 (cathode) */ |
Variable Documentation
Initial value: {
{ "Cj0", PROP_REAL, { 10e-12, PROP_NO_STR }, PROP_POS_RANGE },
{ "Is", PROP_REAL, { 1e-10, PROP_NO_STR }, PROP_POS_RANGE },
{ "N", PROP_REAL, { 2.0, PROP_NO_STR }, PROP_RNGII (0.1, 100) },
{ "Ri", PROP_REAL, { 10.0, PROP_NO_STR }, PROP_POS_RANGEX },
{ "Temp", PROP_REAL, { 26.85, PROP_NO_STR }, PROP_MIN_VAL (K) },
PROP_NO_PROP }
Definition at line 201 of file diac.cpp.
Initial value: {
{ "Ibo", PROP_REAL, { 50e-6, PROP_NO_STR }, PROP_POS_RANGEX },
{ "Vbo", PROP_REAL, { 30, PROP_NO_STR }, PROP_POS_RANGEX },
PROP_NO_PROP }
Definition at line 197 of file diac.cpp.