DCPowerDriverUtility Methods
- Updated2024-01-04
- 4 minute(s) read

DCPowerDriverUtility Methods
The DCPowerDriverUtility type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Disable | |
![]() | Equals | (Inherited from Object.) |
![]() | ExportAttributeConfigurationBuffer |
Exports a session configuration to a Byte array buffer.
|
![]() | ExportAttributeConfigurationFile |
Exports a session configuration to the specified file.
|
![]() | GetChannelName |
Returns the channel name(s) from a one-based index. Use the Count property to determine the upper bound of valid values for the index.
|
![]() | GetChannelNameFromString |
Returns a comma-separated list of channel names from a string index list.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ImportAttributeConfigurationBuffer |
Imports a configuration to the session from the specified buffer.
|
![]() | ImportAttributeConfigurationFile |
Imports a configuration to the session from the specified file.
|
![]() | Lock |
Attempts to acquire a synchronization lock on this instance of the driver.
|
![]() | Lock(PrecisionTimeSpan) |
Attempts to acquire a synchronization lock on this instance of the driver and specifies the maximum amount of time to wait to acquire the lock.
|
![]() | Reset |
Resets all properties to their default value and stops export of all external signals and events.
|
![]() | Reset(String) |
Resets the specified channel(s) to a known state. This method disables power generation, resets channel properties to their default values, commits the channel properties, and leaves the channel(s) in the Uncommitted state.
|
![]() | ResetDevice |
Resets all instruments in the session to a known state.
|
![]() | ResetWithDefaults |
Resets all channels in the session to a known state. This method disables power generation, resets session properties to their default values, clears errors such as overtemperature and unexpected loss of auxiliary power, commits the session properties, and leaves the session in the Running state. In addition to exhibiting the behavior of the Reset
method, this method can assign user-defined default values for configurable properties from the IVI configuration.
|
![]() | SelfTest |
Performs the instrument self-test routine and returns the test result(s). Calling this method implicitly calls the Reset method.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |