NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

Scale.ScaledUnits Property

Scale.ScaledUnits Property

ScaleScaledUnits Property

Specifies the units to use for scaled values. You can use an arbitrary string.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302

Syntax

public string ScaledUnits { get; set; }
Public Property ScaledUnits As String
	Get
	Set

Property Value

Type: String
Specifies the units to use for scaled values. You can use an arbitrary string.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?