DAQChannel.SetU32Property Method
- Updated2023-02-21
- 2 minute(s) read
Sets the value of a property of type U32 specified by propertyName.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Sub SetU32Property ( _ propertyName As String, _ value As UInteger _ ) |
| C# |
|---|
public void SetU32Property( string propertyName, uint value ) |
| Visual C++ |
|---|
public: void SetU32Property( String^ propertyName, unsigned int value ) |
Parameters
- propertyName
- Type: System.String
The name of the property.
- value
- Type: System.UInt32
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.