IEventVxiSignal::SignalStatusID

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

The 16-bit Status/ID value retrieved during the IACK cycle or from the Signal register.

VB Prototype

Dim value As Short
value = object.SignalStatusID

C++ Prototype

HRESULT get_SignalStatusID(
  short* SignalStatusID
);

Return Value

Refer to the table of return codes.

See Also

type, CustomEventTypeNumber, SignalStatusID, GetAttribute, SetAttribute, Close, IEventVxiSignal Overview