'Declaration
Public Function GetChannelXDirectionXType( _ 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.GetChannelXDirectionXType(channelNumber, direction)
public string GetChannelXDirectionXType( int channelNumber, CalibrationDirections direction )
Parameters
- channelNumber
- direction
Return Value
If the firmware version major is greater than 4, returns the direction type.
Otherwise, returns an empty string.