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
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also