VeriStand .NET API Reference

ImportedDoubleValueArray.Scale Property

Gets or sets the multiplier by which channel values are scaled along the y-axis.

Namespace: NationalInstruments.VeriStand.Data
Assembly: 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);
}

Property Value

The multiplier by which channel values are scaled along the y-axis.

See Also

Log in to get a better experience