CustomDeviceChannel.ScaleUnits Property
- 已更新2023-02-21
- 閱讀時間為 2 分鐘
Gets the units of the scale associated with the custom device channel.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Overridable ReadOnly Property ScaleUnits As String |
| C# |
|---|
public virtual string ScaleUnits { get; } |
| Visual C++ |
|---|
public: virtual property String^ ScaleUnits { String^ get (); } |
Property Value
Returns a string that indicates the units associated with the custom device channel.
Remarks
The units of the scale can be any arbitrary string. If there is no scale, this property returns the units of the custom device channel.