| Keysight.Visa Namespace > PxiBackplaneSession Class > UnmapTrigger Method : UnmapTrigger(Int16,TriggerLine,Int16,TriggerLine) Method |
'DeclarationPublic Overloads Sub UnmapTrigger( _ ByVal sourceBus As Short, _ ByVal sourceLine As TriggerLine, _ ByVal destinationBus As Short, _ ByVal destinationLine As TriggerLine _ )
'UsageDim 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)
public void UnmapTrigger( short sourceBus, TriggerLine sourceLine, short destinationBus, TriggerLine destinationLine )
public: void UnmapTrigger( short sourceBus, TriggerLine sourceLine, short destinationBus, TriggerLine destinationLine )
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.
Current with Keysight IO Libraries Suite 18