NI-Digital Pattern Driver .NET Class Library

Table of Contents

DigitalDriverUtility Methods

  • Updated2023-11-24
  • 5 minute(s) read
DigitalDriverUtility Methods

DigitalDriverUtility Methods

The DigitalDriverUtility type exposes the following members.

Methods

  NameDescription
Public methodDisable
Places the instrument in an inactive state as quickly as possible.
Public methodDispose
Disposes the DigitalDriverUtility object.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodErrorQuery
Reads an error code and the associated message from the NI-Digital Pattern Driver software error queue.
Public methodGetChannelName
Returns the channel name given a Int32 one-based index.
Public methodGetChannelNameFromString
Returns a comma-separated channel name list given a String index list.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetPinResultsPinInformation(String)
Returns an array of pins and an array of sites corresponding to the specified channel list.
Public methodGetPinResultsPinInformation(DigitalPinSet)
Gets an array of pins or channels corresponding to the specified pin set.
Public methodGetSiteResultsSiteNumbers
Returns the site numbers that correspond to per-site data read from the digital pattern instrument.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLock
Acquires a synchronization lock on this instance of the driver.
Public methodLock(PrecisionTimeSpan)
Acquires a synchronization lock on this instance of the driver.
Public methodReset
Resets the digital pattern instrument to a known state.
Public methodResetAttribute(Int32)
Resets a driver attribute to its default state.
Public methodResetAttribute(String, Int32)
Resets a driver attribute to its default state using a string to specify pins, pin groups, or channels.
Public methodResetAttribute(DigitalPinSet, Int32)
Resets a driver attribute to its default state using a DigitalPinSet.
Public methodResetDevice
Returns the digital pattern instrument to a known state.
Public methodResetWithDefaults
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.
Public methodSelfTest
Performs a self-test on the digital pattern instrument and returns the test result.
Public methodStatic memberSortPinResultsBySite(NIDigital, String, Byte, String, Int32)
Organizes data read from multiple digital pattern instruments by grouping the data by site number.
Public methodStatic memberSortPinResultsBySite(NIDigital, String, Double, String, Int32)
Organizes data read from multiple digital pattern instruments by grouping the data by site number.
Public methodStatic memberSortPinResultsBySite(NIDigital, String, Int64, String, Int32)
Organizes data read from multiple digital pattern instruments by grouping the data by site number.
Public methodStatic memberSortSiteResultsBySite(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.
Public methodStatic memberSortSiteResultsBySite(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.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top

See Also

Log in to get a better experience