VeriStand .NET API Reference

LookupTable.LookupTableValues Property

Gets or sets the values of the LookupTable scale.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property LookupTableValues As LUTValue()
C#
public LUTValue[] LookupTableValues { get; set; }
Visual C++
public:
property array<LUTValue^>^ LookupTableValues {
	array<LUTValue^>^ get ();
	void set (array<LUTValue^>^ value);
}

Property Value

An array of LUTValue elements.

See Also

Log in to get a better experience