Click or drag to resize

EDDeviceAOutputs Property

The devices analog output lines (if it has any) indexed by IOLineNumber e.g AOUT0, AOUT1, AOUT2

Namespace:  Brainboxes.IO
Assembly:  Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.5.0.8
Syntax
public IOList<IOLine> AOutputs { get; }

Property Value

Type: IOListIOLine

Implements

IEDDeviceAOutputs
See Also