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


In This Topic
    SetChannelXScaleFactor Method (ISupportDigitalCharacteristics)
    In This Topic
    Syntax
    'Declaration
     
    
    Sub SetChannelXScaleFactor( _
       ByVal channelNumber As Integer, _
       ByVal scaleFactor As Double _
    ) 
    'Usage
     
    
    Dim instance As ISupportDigitalCharacteristics
    Dim channelNumber As Integer
    Dim scaleFactor As Double
     
    instance.SetChannelXScaleFactor(channelNumber, scaleFactor)
    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