FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceUSB225 Class / SetChannelXScaleFactor Method


In This Topic
    SetChannelXScaleFactor Method (DeviceUSB225)
    In This Topic
    Sets scale factor for a channel
    Syntax
    'Declaration
     
    
    Public Sub SetChannelXScaleFactor( _
       ByVal channelNumber As Integer, _
       ByVal scaleFactor As Double _
    ) 
    'Usage
     
    
    Dim instance As DeviceUSB225
    Dim channelNumber As Integer
    Dim scaleFactor As Double
     
    instance.SetChannelXScaleFactor(channelNumber, scaleFactor)
    public void SetChannelXScaleFactor( 
       int channelNumber,
       double scaleFactor
    )

    Parameters

    channelNumber
    scaleFactor
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also