SendCommand(byte[])
- Updated2026-08-05
- 1 minute(s) read
Writes GPIB command bytes on the bus.
Syntax
Namespace: NationalInstruments.Visa
public int SendCommand(byte[] data)
Parameters
| Name | Type | Description |
|---|---|---|
| data | byte[] | The GPIB command bytes. |
Returns
The number of bytes actually written.