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