Keysight VISA.NET Help
UnmapTrigger(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.
Unmaps the specified source trigger line from the specified destination trigger line.
Syntax
'Declaration
 
Public Overloads Sub UnmapTrigger( _
   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.UnmapTrigger(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

This operation unmaps only one trigger mapping per call. If MapTrigger was called multiple times on the same backplane resource and created multiple mappings for either the trigger source or destination, trigger mappings other than the one specified by the trigger source or destination remain in effect after this call completes.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025