Keysight VISA.NET Help
ReserveTriggers Method (IPxiBackplaneSession)



The trigger 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. 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].
Syntax
'Declaration
 
Sub ReserveTriggers( _
   ByVal buses() As Short, _
   ByVal lines() As TriggerLine _
) 
'Usage
 
Dim instance As IPxiBackplaneSession
Dim buses() As Short
Dim lines() As TriggerLine
 
instance.ReserveTriggers(buses, lines)
void ReserveTriggers( 
   short[] buses,
   TriggerLine[] lines
)
void ReserveTriggers( 
   array<short>^ buses,
   array<TriggerLine>^ lines
) 

Parameters

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

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025