| 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 |
You configure ChassisIndex to be the index number of the VXI chassis associated with your instrument.
When you create a VISA-VXI or VISA-GPIB-VXI object, ChassisIndex is automatically assigned the value specified in the visa function. For both object types, the Name and RsrcName properties are automatically updated to reflect the ChassisIndex value.
You can configure ChassisIndex 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 after the instrument object is created.
Suppose you create a VISA-GPIB-VXI object associated with chassis 0 and logical address 32.
v = visa('agilent','GPIB-VXI0::32::INSTR');The ChassisIndex, Name, and RsrcName properties reflect the VXI chassis index number.
get(v,{'ChassisIndex','Name','RsrcName'})
ans =
[0] 'VISA-GPIB-VXI0-32' 'GPIB-VXI0::32::INSTR'![]() | BytesToOutput | CompareBits | ![]() |

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 |