mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
Remove XSPICE-related SubPort properties; has no effect on simulation
This commit is contained in:
parent
3c5e71ab0a
commit
55748eb73e
@ -30,9 +30,6 @@ SubCirPort::SubCirPort()
|
|||||||
Props.append(new Property("Type", "analog", false,
|
Props.append(new Property("Type", "analog", false,
|
||||||
QObject::tr("type of the port (for digital simulation only)")
|
QObject::tr("type of the port (for digital simulation only)")
|
||||||
+" [analog, in, out, inout]"));
|
+" [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();
|
createSymbol();
|
||||||
tx = x1+4;
|
tx = x1+4;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user