mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-04 21:24:00 +01:00
Add T1 Value
This commit is contained in:
parent
bc95a2ea41
commit
162775586b
@ -73,6 +73,7 @@ class excitationBase {
|
||||
constructor(initial, final) {
|
||||
this.initial = initial;
|
||||
this.final = final
|
||||
this.T1=NaN
|
||||
}
|
||||
}
|
||||
class excitationValue extends excitationBase {
|
||||
|
Loading…
Reference in New Issue
Block a user