'Declaration
Public Function GetProfileXDirectionXGain( _ ByVal profileNumber As Integer, _ ByVal direction As CalibrationDirections _ ) As String
'Usage
Dim instance As DeviceIAA105 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 value for the specified profile and direction.