10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-23 19:27:42 +02:00

Add T1 Value

This commit is contained in:
Mickaël Véril 2019-11-21 13:43:09 +01:00
parent bc95a2ea41
commit 162775586b

View File

@ -73,6 +73,7 @@ class excitationBase {
constructor(initial, final) {
this.initial = initial;
this.final = final
this.T1=NaN
}
}
class excitationValue extends excitationBase {