@bacnet-js/device
Preparing search index...
BDAnalogOutputOpts
Interface BDAnalogOutputOpts
interface
BDAnalogOutputOpts
{
covIncrement
?:
number
;
description
?:
string
;
maxPresentValue
?:
number
;
minPresentValue
?:
number
;
name
:
string
;
presentValue
?:
number
;
unit
:
EngineeringUnits
;
writable
?:
boolean
;
}
Hierarchy (
View Summary
)
BDAnalogValueOpts
BDAnalogOutputOpts
Index
Properties
cov
Increment?
description?
max
Present
Value?
min
Present
Value?
name
present
Value?
unit
writable?
Properties
Optional
cov
Increment
covIncrement
?:
number
Optional
description
description
?:
string
Optional
max
Present
Value
maxPresentValue
?:
number
Optional
min
Present
Value
minPresentValue
?:
number
name
name
:
string
Optional
present
Value
presentValue
?:
number
unit
unit
:
EngineeringUnits
Optional
writable
writable
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cov
Increment
description
max
Present
Value
min
Present
Value
name
present
Value
unit
writable
@bacnet-js/device
Loading...