ScopeDriverUtility Class
- Updated2023-09-06
- 3 minute(s) read
ScopeDriverUtility Class
Contains methods that provide a basic set of utility operations.
Inheritance Hierarchy
SystemObject
NationalInstruments.ModularInstruments.NIScopeScopeSubObject
NationalInstruments.ModularInstruments.NIScopeScopeDriverUtility
NationalInstruments.ModularInstruments.NIScopeScopeSubObject
NationalInstruments.ModularInstruments.NIScopeScopeDriverUtility
Namespace: NationalInstruments.ModularInstruments.NIScope
Assembly: NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023
Syntax
public sealed class ScopeDriverUtility : ScopeSubObject, IIviDriverUtility, IDisposable
Public NotInheritable Class ScopeDriverUtility Inherits ScopeSubObject Implements IIviDriverUtility, IDisposable
The ScopeDriverUtility type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| FpgaBitfilePath |
Gets the absolute file path to the bitfile loaded on the FPGA.
|
Methods
| Name | Description | |
|---|---|---|
| Disable |
Places the instrument in a quiescent state as quickly as possible.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| ExportAttributeConfigurationBuffer |
Exports the attribute configuration of the session to a Byte array buffer.
| |
| ExportAttributeConfigurationFile |
Exports the attribute configuration of the session to the specified file.
| |
| 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 the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ImportAttributeConfigurationBuffer |
Imports the attribute configuration to the session from the Byte array configuration.
| |
| ImportAttributeConfigurationFile |
Imports an attribute 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.
| |
| QueryDriverRevision |
Returns the revision numbers of the NI-SCOPE instrument driver.
| |
| Reset |
Resets all properties to their default value and stops export of all external signals and events.
| |
| ResetDevice |
Performs a hard reset on the instrument.
| |
| SelfTest |
Performs a self-test on the NI-SCOPE instrument and returns the test result.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
For more information, refer to NI High-Speed Digitizers Help.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.