Keysight VISA.NET Help
ReserveTriggers Method (PxiBackplaneSession)



The bus segments in which to reserve the triggers.
The trigger lines to reserve.
Reserve multiple trigger lines that the caller can then map and/or assert.
Syntax
'Declaration
 
Public Sub ReserveTriggers( _
   ByVal buses() As Short, _
   ByVal lines() As TriggerLine _
) 
'Usage
 
Dim instance As PxiBackplaneSession
Dim buses() As Short
Dim lines() As TriggerLine
 
instance.ReserveTriggers(buses, lines)
public void ReserveTriggers( 
   short[] buses,
   TriggerLine[] lines
)
public:
void ReserveTriggers( 
   array<short>^ buses,
   array<TriggerLine>^ lines
) 

Parameters

buses
The bus segments in which to reserve the triggers.
lines
The trigger lines to reserve.
Remarks

This method will succeed only if it can reserve all of the bus/line pairs. If any of the bus/line pairs cannot be reserved, this method will not reserve any of them.

Note that the buses and lines arrays are parallel: the lengths must be the same, and buses[n] corresponds to lines[n].

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025