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