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
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also