Keysight VISA.NET Help
MapTrigger(Int16,TriggerLine,Int16,TriggerLine) Method



The bus segment of the source trigger line.
The source trigger line.
The bus segment of the destination trigger line.
The destination trigger line.
Maps the specified source trigger line to the specified destination trigger line.
Syntax
'Declaration
 
Public Overloads Sub MapTrigger( _
   ByVal sourceBus As Short, _
   ByVal sourceLine As TriggerLine, _
   ByVal destinationBus As Short, _
   ByVal destinationLine As TriggerLine _
) 
'Usage
 
Dim instance As PxiBackplaneSession
Dim sourceBus As Short
Dim sourceLine As TriggerLine
Dim destinationBus As Short
Dim destinationLine As TriggerLine
 
instance.MapTrigger(sourceBus, sourceLine, destinationBus, destinationLine)

Parameters

sourceBus
The bus segment of the source trigger line.
sourceLine
The source trigger line.
destinationBus
The bus segment of the destination trigger line.
destinationLine
The destination trigger line.
Remarks

Mapping a trigger line (as either source or destination) multiple times requires special hardware capabilities and is not guaranteed to be implemented.

If this operation is called multiple times on the same backplane resource with the same source trigger line and different destination trigger lines, the result should be that when the source trigger line is asserted all specified destination trigger lines should also be asserted.

If this operation is called multiple times on the same backplane resource with different source trigger lines and the same destination trigger line the result should be that when any of the specified source trigger lines is asserted, the destination trigger line should also be asserted.

Mapping one trigger line to another modifies the state of hardware. Therefore, the effect continues beyond the scope of the VISA.NET session that mapped it, even if that VISA.NET session is closed.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025