Hi,All:
I want to use Keithley 2700 DMM to take about 100 measurements (DCV, single channel) with a constant time interval. I use SCPI command in MATLAB scripts.
In order to control the time interval, I use the following commands:
======================
TRAC:FEED SENS
TRACe:POINts 100
TRAC:FEED:CONT NEXT
TRIG:COUN 100
TRIG:SOUR TIM
TRIG:TIMer 0.5
SAMP:COUN 1
READ?
=====================
However, the PC will receive only the latest reading.
How can I store all the 100 readings into the internal buffer, and receive all of them after the measurements?
Tektronix Technical Forums are maintained by community involvement. Feel free to post questions or respond to questions by other members. Should you require a time-sensitive answer, please contact your local Tektronix support center here.
taking 100 DCV measurements with constant duration using Keithley 2700
-
- Posts: 1
- Joined: January 15th, 2019, 5:41 am
- Country: China
-
- Keithley Applications
- Posts: 2842
- Joined: June 10th, 2010, 6:22 am
- Country: United States
- Contact:
Re: taking 100 DCV measurements with constant duration using Keithley 2700
Start off the program sequence of commands with a
*RST
Then when ready to take data send the
:INIT
command.
Then when you want the data send
:TRACE:DATA?
That should send back all 100 points of measurement stored in the buffer when addressed to talk.
Hope this helps.
*RST
Then when ready to take data send the
:INIT
command.
Then when you want the data send
:TRACE:DATA?
That should send back all 100 points of measurement stored in the buffer when addressed to talk.
Hope this helps.
Who is online
Users browsing this forum: No registered users and 2 guests