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


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