Home
last modified time | relevance | path

Searched defs:Mif_Conn_Info (Results 1 – 1 of 1) sorted by relevance

/dports/cad/ngspice_rework/ngspice-35/src/include/ngspice/
H A Dmifparse.h73 struct Mif_Conn_Info { struct
75 char *name; /* Name of this connection */
76 char *description; /* Description of this connection */
78 Mif_Port_Type_t default_port_type; /* The default port type */
79 char *default_type; /* The default type in string form */
80 int num_allowed_types; /* The size of the allowed type arrays */
81 Mif_Port_Type_t *allowed_type; /* The allowed types */
82 char **allowed_type_str; /* The allowed types in string form */
83 Mif_Boolean_t is_array; /* True if connection is an array */
85 int lower_bound; /* Array size lower bound */
[all …]