Keysight VISA.NET Help
UnmapTrigger(TriggerLine,TriggerLine) Method



The source trigger line.
The destination trigger line.
Unmap the specified source trigger line from the specified destination trigger line.
Syntax
'Declaration
 
Public Overloads Sub UnmapTrigger( _
   ByVal sourceLine As TriggerLine, _
   ByVal destinationLine As TriggerLine _
) 
'Usage
 
Dim instance As VxiBackplaneSession
Dim sourceLine As TriggerLine
Dim destinationLine As TriggerLine
 
instance.UnmapTrigger(sourceLine, destinationLine)
public void UnmapTrigger( 
   TriggerLine sourceLine,
   TriggerLine destinationLine
)
public:
void UnmapTrigger( 
   TriggerLine sourceLine,
   TriggerLine destinationLine
) 

Parameters

sourceLine
The source 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 the trigger source, trigger mappings other than the one specified by the trigger source remain in effect after this call completes.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025