<< Module overview VISA Integration Toolbox viClose >>

VISA Integration Toolbox >> VISA Integration Toolbox > findAllInstruments

findAllInstruments

Returns the addresses of all connected devices.

Calling Sequence

[status, deviceAddrs] = findAllInstruments()

Arguments

status

a real containing the status of the operation.

deviceAddrs

a matrix of string containing the addresses of all connected devices.

Description

This macro returns the adress (or descriptor) of each connected device. An empty matrix [] is returned if no device is connected.

Examples

[status, deviceDescriptors] = findAllInstruments()
output example:
!TCPIP0::127.0.0.1::TEST::INSTR  !
!                                !
!ASRL1::INSTR                    !
!                                !
!ASRL4::INSTR                    !

Report an issue
<< Module overview VISA Integration Toolbox viClose >>