| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → Instrument Control Toolbox |
| Contents | Index |
| Learn more about Instrument Control Toolbox |
For VISA-VXI and VISA-GPIB-VXI objects, you configure LogicalAddress to be the logical address of the VXI instrument. You must include the logical address as part of the resource name during object creation using the visa function.
The Name and RsrcName properties are automatically updated to reflect the LogicalAddress value.
You can configure LogicalAddress only when the object is disconnected from the instrument. You disconnect a connected object with the fclose function. A disconnected object has a Status property value of closed.
Usage | VISA-VXI, VISA-GPIB-VXI |
Read only | While open |
Data type | Double |
The value is defined when the instrument object is created.
This example creates a VISA-VXI object associated with chassis 4 and logical address 1, and then returns the logical address.
vv = visa('agilent','VXI4::1::INSTR');
vv.LogicalAddress
ans =
1![]() | LocalPortMode | LogicalName | ![]() |

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |