From f38d8ad70f6699ba544176b68fd3452ab28916da Mon Sep 17 00:00:00 2001 From: Florian Ballenegger Date: Thu, 1 Oct 2020 17:46:39 +0200 Subject: [PATCH] gain codemodel as example --- src/xspice/icm/analog/gain/ifspec.ifs | 31 ++++++++++++++++++--------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/src/xspice/icm/analog/gain/ifspec.ifs b/src/xspice/icm/analog/gain/ifspec.ifs index 36cdd8d01..5aacc8e72 100644 --- a/src/xspice/icm/analog/gain/ifspec.ifs +++ b/src/xspice/icm/analog/gain/ifspec.ifs @@ -3,12 +3,12 @@ Copyright 1991 Georgia Tech Research Corporation, Atlanta, Ga. 30332 All Rights Reserved - + AUTHORS 2 Oct 1991 Jeffrey P. Murray - + SUMMARY This file contains the interface specification file for the @@ -41,13 +41,24 @@ Null_Allowed: no no PARAMETER_TABLE: -Parameter_Name: in_offset gain out_offset -Description: "input offset" "gain" "output offset" -Data_Type: real real real -Default_Value: 0.0 1.0 0.0 -Limits: - - - -Vector: no no no -Vector_Bounds: - - - -Null_Allowed: yes yes yes +Parameter_Name: in_offset out_offset +Description: "input offset" "output offset" +Data_Type: real real +Default_Value: 0.0 0.0 +Limits: - - +Vector: no no +Vector_Bounds: - - +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