Writes GPIB command bytes on the bus.

Syntax

Namespace: NationalInstruments.Visa

public int SendCommand(byte[] data)

Parameters

NameTypeDescription
databyte[]

The GPIB command bytes.

Returns

The number of bytes actually written.