'Declaration
Public Function GetChannelXDirectionXGain( _ ByVal channelNumber As Integer, _ ByVal direction As CalibrationDirections _ ) As String
'Usage
Dim instance As DeviceIAA105 Dim channelNumber As Integer Dim direction As CalibrationDirections Dim value As String value = instance.GetChannelXDirectionXGain(channelNumber, direction)
public string GetChannelXDirectionXGain( int channelNumber, CalibrationDirections direction )
Parameters
- channelNumber
- direction
Return Value
The gain value for the specified channel and direction.