FUTEK .NET API Documentation
FUTEK_USB_DLL Assembly / FUTEK_USB_DLL Namespace / USB_DLL Class / DataLogging_Value2 Property


In This Topic
    DataLogging_Value2 Property
    In This Topic
    Gets a value indicating the elapsed time in milliseconds associated with the sample number recorded during data logging.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DataLogging_Value2 As Integer
    'Usage
     
    
    Dim instance As USB_DLL
    Dim value As Integer
     
    value = instance.DataLogging_Value2
    public int DataLogging_Value2 {get;}

    Property Value

    Type: System.Int32
    The value must be between 0 and 16,777,215.
    Remarks
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also