gain codemodel as example

This commit is contained in:
Florian Ballenegger
2020-10-01 17:46:39 +02:00
parent 1b64cebf9a
commit f38d8ad70f
+19 -8
View File
@@ -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