command 'wrnodev'
Write current node voltages to file in format .ic=value The file may be used to set initial conditions for another simulation, e.g. ac at a specific time step of a transient simulation.
This commit is contained in:
parent
7f4fc2948b
commit
a180eb60d5
|
|
@ -615,10 +615,10 @@ struct comm spcp_coms[] = {
|
|||
{ 0, 0, 0, 0 }, E_DEFHMASK, 6, 6,
|
||||
NULL,
|
||||
": Prepare optran by setting 6 flags " },
|
||||
{ "write_ic", com_wric, TRUE, FALSE,
|
||||
{ "wrnodev", com_wric, TRUE, FALSE,
|
||||
{ 0, 0, 0, 0 }, E_DEFHMASK, 0, 1,
|
||||
NULL,
|
||||
": Save current node values to file " },
|
||||
": Save current node voltage values to file " },
|
||||
#ifdef HAVE_TSEARCH
|
||||
{ "check_ifparm", com_check_ifparm, TRUE, FALSE,
|
||||
{ 0, 0, 0, 0 }, E_DEFHMASK, 0, 0,
|
||||
|
|
|
|||
Loading…
Reference in New Issue