SwitchDriverOperation Members
- Updated2023-02-21
- 5 minute(s) read
The SwitchDriverOperation type exposes the following members.
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InvalidateAllAttributes | Invalidates all properties. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ResetInterchangeCheck | Determines whether the test module has dependencies on the operation of previously executed test modules. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Cache | Gets or sets whether to cache the value of properties. |
![]() | DriverSetup | Gets the driver setup string used to set the initial values for properties that are specific to NI-SWITCH. |
![]() | InterchangeCheck | Gets or sets whether to perform interchangeability checking and retrieve interchangeability warnings. |
![]() | IOResourceDescriptor | Gets the resource name that the NI-SWITCH uses to identify the physical device. |
![]() | LogicalName | Gets the logical name that you specified when opening the current IVI session. |
![]() | QueryInstrumentStatus | Gets or sets whether NI-SWITCH queries the NI-SWITCH device status after each operation. |
![]() | RangeCheck | Gets or sets whether to validate proper values and method parameters. If you enable this property, NI-SWITCH validates the parameter values that you pass to NI-SWITCH methods. |
![]() | RecordCoercions | Gets or sets whether the IVI engine keeps a list of the value coercions it makes for integer and real type properties. |
![]() | Simulate | Gets or sets a value which indicates whether to simulate NI-SWITCH I/O operations. |
![]() | SynchronizeCallbacks | Gets or sets how events and callback delegates are invoked. |
Events
Name | Description | |
---|---|---|
![]() | Coercion | Occurs when the NI-SWITCH driver creates a coercion warning. |
![]() | InterchangeCheckWarning | Occurs when the NI-SWITCH driver creates a interchange warning. |
![]() | Warning | Occurs when the NI-SWITCH driver creates a driver warning. |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | IIviDriverOperation..::.Coercion | Coercion record event. |
![]() ![]() | IIviDriverOperation..::.InterchangeCheckWarning | Interchange check warning event. |
![]() ![]() | IIviDriverOperation..::.Warning | Warning event. |