niTClk_GetAttributeViReal64
C Function Prototype
ViStatus niTClk_GetAttributeViReal64 (ViSession session, ViConstString channelName, ViAttr attributeId, ViReal64 *value);
Purpose
Gets the value of an NI-TClk ViReal64 attribute.
Parameters
| Name | Type | Description |
|---|---|---|
| session | ViSession | session references the sessions being synchronized. |
| channelName | ViConstString | Pass VI_NULL or an empty string. |
| attributeId | ViAttr | The ID of the attribute that you want to get.
Supported Attribute |
| value | ViReal64 | The value that you are getting. |