| Ivi.Visa Namespace : IPxiBackplaneSession Interface |
For a list of all members of this type, see IPxiBackplaneSession members.
| Name | Description | |
|---|---|---|
![]() | DisableEvent | Disables a client from receiving events of type(s) specified by the eventType argument. (Inherited from Ivi.Visa.IVisaSession) |
![]() | DiscardEvents | Discard all pending events of type(s) specified by the eventType argument. (Inherited from Ivi.Visa.IVisaSession) |
![]() | Dispose | (Inherited from System.IDisposable) |
![]() | EnableEvent | Enables a client to receive events of the type specified by the eventType argument using a WaitOnEvent method. (Inherited from Ivi.Visa.IVisaSession) |
![]() | LockResource | Locks the resource for this session with an exclusive lock, with an infinite timeout. (Inherited from Ivi.Visa.IVisaSession) |
![]() | MapTrigger | Overloaded. Map the specified source trigger line to the specified destination trigger line. |
![]() | ReserveTrigger | Reserve a single trigger line that the caller can then map and/or assert. |
![]() | ReserveTriggers | Reserve multiple trigger lines that the caller can then map and/or assert. This method will succeed only if it can reserve all of the bus/line pairs. If any of the bus/line pairs cannot be reserved, this method will not reserve any of them. Note that the buses and lines arrays are parallel: the lengths must be the same, and buses[n] corresponds to lines[n]. |
![]() | UnlockResource | Unlock the resource. (Inherited from Ivi.Visa.IVisaSession) |
![]() | UnmapTrigger | Overloaded. Unmap all destination trigger lines to which the specified source trigger line is currently connected. |
![]() | UnreserveTrigger | Unreserve a single trigger line that the caller previously reserved. |
![]() | WaitOnEvent | Wait for events of type(s) specified by the eventType argument. (Inherited from Ivi.Visa.IVisaSession) |