Phcc Interface Library for .NET and COM v0.2.1.0 reference library |
Device..::.DoaSendAnOut1 Method |
Device Class See Also Send Feedback |
Sends data to a DOA_AnOut1 analog output daughtercard, to
control the RMS voltage (using PWM) being supplied by
that channel.
Namespace:
Phcc
Assembly:
Phcc (in Phcc.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub DoaSendAnOut1 ( _ deviceAddr As Byte, _ channelNum As Byte, _ value As Byte _ ) |
C# |
---|
public void DoaSendAnOut1( byte deviceAddr, byte channelNum, byte value ) |
Parameters
- deviceAddr
- Type: System..::.Byte
The device address of the specific DOA_AnOut1 daughtercard to send data to.
- channelNum
- Type: System..::.Byte
The channel number of the channel on the DOA_AnOut1 daughtercard whose PWM output voltage is to be set.
- value
- Type: System..::.Byte
A byte whose integer value controls the PWM pulse width ( delay time), which, in turn, dictates the RMS (average) voltage between the control pins on the specified channel.