i-sweep sall become a current vector (SV_CURRENT)

This commit is contained in:
Holger Vogt 2021-01-20 14:09:21 +01:00
parent 939410874a
commit fb8e974ac4
1 changed files with 2 additions and 0 deletions

View File

@ -935,6 +935,8 @@ guess_type(const char *name)
type = SV_TEMP;
else if (cieq(name, "res-sweep"))
type = SV_RES;
else if (cieq(name, "i-sweep"))
type = SV_CURRENT;
else if ((*name == '@') && substring("[g", name)) /* token starting with [g */
type = SV_ADMITTANCE;
else if ((*name == '@') && substring("[c", name))