FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceQIA128 Class / GetChannelXUnitOfMeasure Method


In This Topic
    GetChannelXUnitOfMeasure Method (DeviceQIA128)
    In This Topic
    Retrieves the unit of measure for the specified channel.
    Syntax
    'Declaration
     
    
    Public Function GetChannelXUnitOfMeasure( _
       ByVal channelNumber As Integer _
    ) As UnitsOfMeasure
    'Usage
     
    
    Dim instance As DeviceQIA128
    Dim channelNumber As Integer
    Dim value As UnitsOfMeasure
     
    value = instance.GetChannelXUnitOfMeasure(channelNumber)
    public UnitsOfMeasure GetChannelXUnitOfMeasure( 
       int channelNumber
    )

    Parameters

    channelNumber

    Return Value

    The unit of measure.
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also