[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Help to Instrument Controll
From: |
Stefan Mahr |
Subject: |
Re: Help to Instrument Controll |
Date: |
Sat, 7 Nov 2015 18:56:51 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 |
> On Sat, Nov 7, 2015 at 5:49 PM, Maximilian Arnold
> <address@hidden> wrote:
>> MSO1000Z = visa('ni','USB0::0x1AB1::0x04CE::DS1ZA170402024::INSTR');
>>
>> i only try to use visa.m since it needs to create the visa object. if you
>> need the load object file from matlab as well pls tell so
>>
Using visa.m from MATLAB will not work with octave instrument control.
You have to use interfaces like described in wiki [1]. It should be
possible to write your own visa.m (as interface to your higher level
script files) that is using existing octave instrument control functions.
In your case you are using USBTMC interface. This works under linux
only. There are ways to use it with Windows/libusb [2] [3], but I doubt
I will ever implement it to octave instrument control.
BR,
Stefan
-----------
[1] http://wiki.octave.org/Instrument_control_package
[2] https://github.com/xyphro/WinUsbTmc
[3] https://github.com/python-ivi/python-usbtmc