IVxiBackplane::AssertInterruptSignal
Note: Keysight's VISA COM does not support a COM server for VXI. The IVxi-related interfaces are listed in this help file because they are included in the global VISA COM library.
Description
Asserts the specified device interrupt or signal.
This operation can be used to assert a device interrupt condition. In VXI, for example, this can be done with either a VXI signal or a VXI interrupt. On certain bus types, the statusID parameter may be ignored.
VB Prototype
AssertInterruptSignal(
mode As AssertInterruptConst,
statusID As Long
)
C++ Prototype
HRESULT AssertInterruptSignal(
AssertInterruptConst mode,
long statusID
);
Parameters
mode
This specifies how to assert the interrupt.
statusID
This is the status value to be presented during an interrupt acknowledge cycle.
Return Value
Refer to the table of return codes.
See Also
ComponentVersion, SpecVersion, HardwareInterfaceName, HardwareInterfaceNumber, HardwareInterfaceType, LockState, OptionString, ProgID, ResourceName, SessionType, SoftwareManufacturerID, SoftwareManufacturerName, Timeout, LastStatus, MainframeLA, TriggerID, TriggerStatus, TriggerSupport, VxiVmeInterruptStatus, VxiVmeSysfailStatus, GetAttribute, SetAttribute, LockRsrc, UnlockRsrc, Init, Close, AssertInterruptSignal, AssertTrigger, AssertUtilSignal, MapTrigger, UnmapTrigger, IVxiBackplane Overview