FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / Gen1DeviceBase Class / SetChannelXNumberOfDirections Method


In This Topic
    SetChannelXNumberOfDirections Method (Gen1DeviceBase)
    In This Topic
    Sets number of directions for a channel.
    Syntax
    'Declaration
     
    
    Public Overrides Sub SetChannelXNumberOfDirections( _
       ByVal channelNumber As Integer, _
       ByVal value As Integer _
    ) 
    'Usage
     
    
    Dim instance As Gen1DeviceBase
    Dim channelNumber As Integer
    Dim value As Integer
     
    instance.SetChannelXNumberOfDirections(channelNumber, value)
    public override void SetChannelXNumberOfDirections( 
       int channelNumber,
       int value
    )

    Parameters

    channelNumber
    value
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also