'Declaration
Public Function GetChannelXDirectionXGain( _ ByVal channelNumber As Integer, _ ByVal direction As CalibrationDirections _ ) As String
'Usage
Dim instance As DeviceQIA128 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 for the specified direction and channel.