VeriStand .NET API Reference

Content Type
Programming Language
Current manual
Table of Contents

DAQChannel.SetI16Property Method

Sets the value of a property of type I16 specified by propertyName.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)

Syntax

Visual Basic (Declaration)
Public Sub SetI16Property ( _
	propertyName As String, _
	value As Short _
)
C#
public void SetI16Property(
	string propertyName,
	short value
)
Visual C++
public:
void SetI16Property(
	String^ propertyName, 
	short value
)

Parameters

propertyName
Type: System.String
The name of the property.
value
Type: System.Int16
The value of the property.

Remarks

To find valid propertyName values, refer to the list of DAQ channel properties.

This method throws an exception if the propertyName does not exist in the plug-in XML file that defines the measurement type of the channel.

See Also

Was this information helpful?