| Keysight.Visa Namespace > UsbSession Class > ControlOut Method : ControlOut(Int16,Int16,Int16,Int16) Method |
'DeclarationPublic Overloads Sub ControlOut( _ ByVal requestType As Short, _ ByVal request As Short, _ ByVal value As Short, _ ByVal index As Short _ )
'UsageDim instance As UsbSession Dim requestType As Short Dim request As Short Dim value As Short Dim index As Short instance.ControlOut(requestType, request, value, index)
The usage of each parameter is based on the relevant USB base or class specification, or on a vendor-specific request definition.
Since the USBTMC specification does not currently define any standard control port requests in the direction of host-to-device, this function is intended for use with only vendor-defined requests. However, this method does not check the requestType parameter for this.
Current with Keysight IO Libraries Suite 18