DAQChannel.GetU64Property Method
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
Gets the value of a property of type U64 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 GetU64Property ( _ propertyName As String, _ <OutAttribute> ByRef value As ULong _ ) |
| C# |
|---|
public void GetU64Property( string propertyName, out ulong value ) |
| Visual C++ |
|---|
public: void GetU64Property( String^ propertyName, [OutAttribute] unsigned long long% value ) |
Parameters
- propertyName
- Type: System.String
The name of the property.
- value
- Type:
System.UInt64
%
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.