VeriStand .NET API Reference

DAQWaveform.GetU16Property Method

Get value of a property of type U16 specified by propertyName. Throws exception if property of this type does not exist in the Plugin XML.

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 Sub GetU16Property ( _
	propertyName As String, _
	<OutAttribute> ByRef value As UShort _
)
C#
public void GetU16Property(
	string propertyName,
	out ushort value
)
Visual C++
public:
void GetU16Property(
	String^ propertyName, 
	[OutAttribute] unsigned short% value
)

Parameters

propertyName
Type: System.String
Name of Property
value
Type: System.UInt16 %
Value of property

See Also

Log in to get a better experience