DoaSendAnOut1GainAllChannels Method

Phcc Interface Library .NET / COM

Sends data to a DOA_AnOut1 analog output daughtercard, to control the gain parameter which is in effect for all channels simultaneously.

Namespace:  Phcc
Assembly:  Phcc (in Phcc.dll)

Syntax

Visual Basic (Declaration)
Public Sub DoaSendAnOut1GainAllChannels ( _
	deviceAddr As Byte, _
	gain As Byte _
)
C#
public void DoaSendAnOut1GainAllChannels(
	byte deviceAddr,
	byte gain
)

Parameters

deviceAddr
Type: System..::.Byte
The device address of the specific DOA_AnOut1 daughtercard to send data to.
gain
Type: System..::.Byte
A byte whose integer value specifies the new value to set for the all-channels gain parameter.

See Also