Updates for 2.3

This commit is contained in:
Cmdr McDonald
2017-03-01 22:10:47 +00:00
parent 2b5a42d4e2
commit d4b384eded
7 changed files with 23 additions and 6 deletions

View File

@@ -344,6 +344,14 @@ export default class Module {
return this._getModifiedValue('ranget');
}
/**
* Get the scan time for this module, taking in to account modifications
* @return {Number} the scan time of this module
*/
getScanTime() {
return this._getModifiedValue('scantime');
}
/**
* Get the capture arc for this module, taking in to account modifications
* @return {Number} the capture arc of this module