Remove XSPICE-related SubPort properties; has no effect on simulation

This commit is contained in:
Vadim Kuznetsov 2025-01-06 17:57:45 +03:00
parent 3c5e71ab0a
commit 55748eb73e

View File

@ -30,9 +30,6 @@ SubCirPort::SubCirPort()
Props.append(new Property("Type", "analog", false,
QObject::tr("type of the port (for digital simulation only)")
+" [analog, in, out, inout]"));
Props.append(new Property("XSPICE_Type","v",false,"Allowed XSPICE types: [v,i,vd,id,h,g,hd,gd]"));
Props.append(new Property("Bounded","",false,
QObject::tr("Conjugated port for XSPICE differential ports")));
createSymbol();
tx = x1+4;