FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / ISupportDigitalCharacteristics Interface / SetChannelXUnitOfMeasure Method


In This Topic
    SetChannelXUnitOfMeasure Method (ISupportDigitalCharacteristics)
    In This Topic
    Syntax
    'Declaration
     
    
    Sub SetChannelXUnitOfMeasure( _
       ByVal channelNumber As Integer, _
       ByVal value As UnitsOfMeasure _
    ) 
    'Usage
     
    
    Dim instance As ISupportDigitalCharacteristics
    Dim channelNumber As Integer
    Dim value As UnitsOfMeasure
     
    instance.SetChannelXUnitOfMeasure(channelNumber, value)
    void SetChannelXUnitOfMeasure( 
       int channelNumber,
       UnitsOfMeasure value
    )

    Parameters

    channelNumber
    value
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also