ifspec.ifs

来自「xspice所支持的更为详细和全面的仿真电路示例程序」· IFS 代码 · 共 113 行

IFS
113
字号
/* $Id: ifspec.tpl,v 1.1 91/03/18 19:01:11 bill Exp $ */

NAME_TABLE:

Spice_Model_Name:      print_param_types
C_Function_Name:       ucm_print_param_types
Description:           "ignores its input, but prints its parameters"


PORT_TABLE:


Port_Name:             in                 
Description:           "input"          
Direction:             in                
Default_Type:          v                  
Allowed_Types:         [v,vd,i,id,vnam]  
Vector:                yes
Vector_Bounds:         -              
Null_Allowed:          no           



PARAMETER_TABLE:

Parameter_Name:        integer
Description:           "integer parameter"
Data_Type:             int
Default_Value:         1
Limits:                -
Vector:                no
Vector_Bounds:         -
Null_Allowed:          yes

PARAMETER_TABLE:

Parameter_Name:        real
Description:           "real parameter"
Data_Type:             real
Default_Value:         1
Limits:                -
Vector:                no
Vector_Bounds:         -
Null_Allowed:          yes

PARAMETER_TABLE:

Parameter_Name:        complex
Description:           "complex parameter"
Data_Type:             complex
Default_Value:         <1.0, 1.0>
Limits:                -
Vector:                no
Vector_Bounds:         -
Null_Allowed:          yes

PARAMETER_TABLE:

Parameter_Name:        string
Description:           "string parameter"
Data_Type:             string
Default_Value:         "one"
Limits:                -
Vector:                no
Vector_Bounds:         -
Null_Allowed:          yes

PARAMETER_TABLE:

Parameter_Name:        integer_array
Description:           "integer array parameter"
Data_Type:             int
Default_Value:         1
Limits:                -
Vector:                yes
Vector_Bounds:         in
Null_Allowed:          yes

PARAMETER_TABLE:

Parameter_Name:        real_array
Description:           "real array parameter"
Data_Type:             real
Default_Value:         1
Limits:                -
Vector:                yes
Vector_Bounds:         in
Null_Allowed:          yes

PARAMETER_TABLE:

Parameter_Name:        complex_array
Description:           "complex array parameter"
Data_Type:             complex
Default_Value:         <1.0 1.0>
Limits:                -
Vector:                yes
Vector_Bounds:         in
Null_Allowed:          yes

PARAMETER_TABLE:

Parameter_Name:        string_array
Description:           "string array parameter"
Data_Type:             string
Default_Value:         "one"
Limits:                -
Vector:                yes
Vector_Bounds:         in
Null_Allowed:          yes


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?