FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceQIA124 Class / SetProfileXSpanOutputRange Method


In This Topic
    SetProfileXSpanOutputRange Method (DeviceQIA124)
    In This Topic
    Sets span output range for profile.
    Syntax
    'Declaration
     
    
    Public Sub SetProfileXSpanOutputRange( _
       ByVal profileNumber As Integer, _
       ByVal spanRange As String _
    ) 
    'Usage
     
    
    Dim instance As DeviceQIA124
    Dim profileNumber As Integer
    Dim spanRange As String
     
    instance.SetProfileXSpanOutputRange(profileNumber, spanRange)
    public void SetProfileXSpanOutputRange( 
       int profileNumber,
       string spanRange
    )

    Parameters

    profileNumber
    spanRange
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also