[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GPIB serial poll of an instrument
From: |
Stefan Mahr |
Subject: |
Re: GPIB serial poll of an instrument |
Date: |
Sat, 13 Jul 2013 11:07:12 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 |
> Tried to install..
>
> pkg install
> /home/imartinez/Downloads/inst_oct/octave-instrument-control-port2forge.tar.gz
> package name 'instrument-control' doesn't correspond to its filename
> 'octave-instrument-control-port2forge.tar'
> error: called from `pkg>install' in file /usr/share/octave/3.6.3/m/pkg/pkg.m
> near line 745, column 11
> error: called from:
> error: /usr/share/octave/3.6.3/m/pkg/pkg.m at line 773, column 5
> error: /usr/share/octave/3.6.3/m/pkg/pkg.m at line 383, column 9
>
> I am a newbie installing package on octave.....I installed the previous
> version or inst-control
> So perhaps, is just me and my total inexperience with octave.
You should not rename the file.
---
If gpib_spoll works as expected, you could also try the improved spoll
function:
a{1}=gpib(20,11);
a{2}=gpib(10,11);
out = spoll(a);
Note: It works with cells, not with arrays like matlab.
Stefan
- GPIB serial poll of an instrument, martine1212, 2013/07/12
- Aw: GPIB serial poll of an instrument, Stefan Mahr, 2013/07/12
- Re: Aw: GPIB serial poll of an instrument, martine1212, 2013/07/12
- Re: Aw: Re: GPIB serial poll of an instrument, martine1212, 2013/07/13
- Re: GPIB serial poll of an instrument,
Stefan Mahr <=
- Re: GPIB serial poll of an instrument, martine1212, 2013/07/13
- Re: GPIB serial poll of an instrument, martine1212, 2013/07/13
- Re: GPIB serial poll of an instrument, Stefan Mahr, 2013/07/13
- Re: GPIB serial poll of an instrument, Stefan Mahr, 2013/07/13
Re: GPIB serial poll of an instrument, CdeMills, 2013/07/12
Re: GPIB serial poll of an instrument, Ron.Simonson, 2013/07/12