mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 05:47:42 +02:00
gain codemodel as example
This commit is contained in:
@@ -41,13 +41,24 @@ Null_Allowed: no no
|
|||||||
PARAMETER_TABLE:
|
PARAMETER_TABLE:
|
||||||
|
|
||||||
|
|
||||||
Parameter_Name: in_offset gain out_offset
|
Parameter_Name: in_offset out_offset
|
||||||
Description: "input offset" "gain" "output offset"
|
Description: "input offset" "output offset"
|
||||||
Data_Type: real real real
|
Data_Type: real real
|
||||||
Default_Value: 0.0 1.0 0.0
|
Default_Value: 0.0 0.0
|
||||||
Limits: - - -
|
Limits: - -
|
||||||
Vector: no no no
|
Vector: no no
|
||||||
Vector_Bounds: - - -
|
Vector_Bounds: - -
|
||||||
Null_Allowed: yes yes yes
|
Null_Allowed: yes yes
|
||||||
|
Parameter_Scope: both both
|
||||||
|
|
||||||
|
|
||||||
|
PARAMETER_TABLE:
|
||||||
|
Parameter_Name: gain
|
||||||
|
Description: "gain"
|
||||||
|
Data_Type: real
|
||||||
|
Default_Value: 1.0
|
||||||
|
Limits: -
|
||||||
|
Vector: no
|
||||||
|
Vector_Bounds: -
|
||||||
|
Null_Allowed: yes
|
||||||
|
Parameter_Scope: both
|
||||||
|
|||||||
Reference in New Issue
Block a user