ImportedDoubleValueArray.Scale Property
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Gets or sets the multiplier by which channel values are scaled along the y-axis.
Namespace:
NationalInstruments.VeriStand.DataAssembly: NationalInstruments.VeriStand.DataTypes (in NationalInstruments.VeriStand.DataTypes.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Property Scale As Double |
| C# |
|---|
public double Scale { get; set; } |
| Visual C++ |
|---|
public: property double Scale { double get (); void set (double value); } |