Keysight VISA.NET Help
AssertInterrupt Method (VxiBackplaneSession)



The specified device interrupt or signal.
The status value to be presented during an interrupt acknowledge cycle.
Keysight VISA.NET does not support this method.
Syntax
'Declaration
 
Public Sub AssertInterrupt( _
   ByVal irqLevel As Short, _
   ByVal statusId As Integer _
) 
'Usage
 
Dim instance As VxiBackplaneSession
Dim irqLevel As Short
Dim statusId As Integer
 
instance.AssertInterrupt(irqLevel, statusId)
public void AssertInterrupt( 
   short irqLevel,
   int statusId
)
public:
void AssertInterrupt( 
   short irqLevel,
   int statusId
) 

Parameters

irqLevel
The specified device interrupt or signal.
statusId
The status value to be presented during an interrupt acknowledge cycle.
Remarks
This is a standard method to assert a specified device interrupt or signal, but it is not supported by Keysight VISA.NET.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025