| Keysight.Visa Namespace > PxiBackplaneSession Class : ReserveTriggers Method |
'DeclarationPublic Sub ReserveTriggers( _ ByVal buses() As Short, _ ByVal lines() As TriggerLine _ )
'UsageDim 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 )
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].
Current with Keysight IO Libraries Suite 18