Keysight VISA.NET Help
PxiInterruptEventArgs Constructor



The index of the interrupt sequence that detected the interrupt condition.
The first register that was read in the successful interrupt detection sequence.
Initializes a new instance of the PxiInterruptEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal sequence As Short, _
   ByVal data As Integer _
)
'Usage
 
Dim sequence As Short
Dim data As Integer
 
Dim instance As New PxiInterruptEventArgs(sequence, data)
public PxiInterruptEventArgs( 
   short sequence,
   int data
)
public:
PxiInterruptEventArgs( 
   short sequence,
   int data
)

Parameters

sequence
The index of the interrupt sequence that detected the interrupt condition.
data
The first register that was read in the successful interrupt detection sequence.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025