DigitalDriverUtility Methods
- Updated2023-11-24
- 5 minute(s) read
DigitalDriverUtility Methods
The DigitalDriverUtility type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Disable |
Places the instrument in an inactive state as quickly as possible.
|
![]() | Dispose |
Disposes the DigitalDriverUtility object.
|
![]() | Equals | (Inherited from Object.) |
![]() | ErrorQuery |
Reads an error code and the associated message from the NI-Digital Pattern Driver software error queue.
|
![]() | GetChannelName |
Returns the channel name given a Int32 one-based index.
|
![]() | GetChannelNameFromString |
Returns a comma-separated channel name list given a String index list.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetPinResultsPinInformation(String) |
Returns an array of pins and an array of sites corresponding to the specified channel list.
|
![]() | GetPinResultsPinInformation(DigitalPinSet) |
Gets an array of pins or channels corresponding to the specified pin set.
|
![]() | GetSiteResultsSiteNumbers |
Returns the site numbers that correspond to per-site data read from the digital pattern instrument.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Lock |
Acquires a synchronization lock on this instance of the driver.
|
![]() | Lock(PrecisionTimeSpan) |
Acquires a synchronization lock on this instance of the driver.
|
![]() | Reset |
Resets the digital pattern instrument to a known state.
|
![]() | ResetAttribute(Int32) |
Resets a driver attribute to its default state.
|
![]() | ResetAttribute(String, Int32) |
Resets a driver attribute to its default state using a string to specify pins, pin groups, or channels.
|
![]() | ResetAttribute(DigitalPinSet, Int32) |
Resets a driver attribute to its default state using a DigitalPinSet.
|
![]() | ResetDevice |
Returns the digital pattern instrument to a known state.
|
![]() | ResetWithDefaults |
Resets the digital pattern instrument to a known state, while also resetting properties and settings to the initial values specified during the construction of the NIDigital session.
|
![]() | SelfTest |
Performs a self-test on the digital pattern instrument and returns the test result.
|
![]() ![]() | SortPinResultsBySite(NIDigital, String, Byte, String, Int32) |
Organizes data read from multiple digital pattern instruments by grouping the data by site number.
|
![]() ![]() | SortPinResultsBySite(NIDigital, String, Double, String, Int32) |
Organizes data read from multiple digital pattern instruments by grouping the data by site number.
|
![]() ![]() | SortPinResultsBySite(NIDigital, String, Int64, String, Int32) |
Organizes data read from multiple digital pattern instruments by grouping the data by site number.
|
![]() ![]() | SortSiteResultsBySite(NIDigital, String, SiteResultType, Boolean, Int32) |
Orders site data read from multiple instruments to match the site list you specify, and combines data from instruments mapped to the same site.
|
![]() ![]() | SortSiteResultsBySite(NIDigital, String, SiteResultType, UInt32, Int32) |
Orders site data read from multiple instruments to match the site list you specify, and combines data from instruments mapped to the same site.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |