Class DacChannel
Represents a single DAC channel.
public sealed class DacChannel : IDisposable
- Inheritance
-
DacChannel
- Implements
- Inherited Members
- Extension Methods
Properties
Controller
Gets the DAC controller for this channel.
public DacController Controller { get; }
Property Value
- DacController
The DAC controller.
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Finalize()
protected override void Finalize()
WriteValue(ushort)
Writes the analogue representation of the digital value to the DAC.
public void WriteValue(ushort value)
Parameters
value
ushort