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.
Search found 11 matches
- October 10th, 2016, 1:05 am
- Forum: Electrometers
- Topic: The Alternating Polarity with current measurement
- Replies: 1
- Views: 15115
The Alternating Polarity with current measurement
Hi, Below, I described my SCPI code for alternating polarity method. It's works, but additionally I need measure the current, during the alternating polarity measurement. How can I change my code, to do this ? *RST :TRACE:CLEAR :TRACE:POINTS 1000 :TRIG:COUNT 1000 :TRACE:FEED:CONT NEXT :SYST:ZCH ON :...
- September 11th, 2016, 11:20 pm
- Forum: Electrometers
- Topic: Breakdown Voltages Test
- Replies: 3
- Views: 19072
Re: Breakdown Voltages Test
I used Keithley 6517B electrometer.
- September 8th, 2016, 1:36 am
- Forum: Electrometers
- Topic: Breakdown Voltages Test
- Replies: 3
- Views: 19072
Breakdown Voltages Test
I'm just working on developing programms, which is intended to test breakdown voltage of printed circuits board.Can you help me to write the scpi commando for this program. Wenn I write that cod, I don't got anything..only one undefined resistance value. If I do it with the Alternating Polyrity Meth...
- July 21st, 2016, 4:55 am
- Forum: 2400 Series SourceMeter
- Topic: the measurement could not be recognized
- Replies: 1
- Views: 10774
the measurement could not be recognized
For that experiment, I used SMU Keithley 2400 and 2700 Multimeter. I tried to measure the voltage with 2700 and set the voltage and current at 2400 SMU. Further, I don't get a measured voltage and it shows a random value of voltage. 2400 Write *rst :sens:func 'RES'" ":sens:res:nplc 1" ":sens:res:mod...
- June 14th, 2016, 10:43 pm
- Forum: Series 2700 Multimeter/Data Aquisition/Switch System
- Topic: SCPI: Measure Voltage and Current
- Replies: 2
- Views: 15098
Re: SCPI: Measure Voltage and Current
Thanks for your response!Sorry,I forgot do define a read function and I have always insisted to find mistake in my code.
- June 14th, 2016, 4:09 am
- Forum: Series 2700 Multimeter/Data Aquisition/Switch System
- Topic: SCPI: Measure Voltage and Current
- Replies: 2
- Views: 15098
SCPI: Measure Voltage and Current
Hi, I'm reading a Keithley 2700 with SCPI sommands. with code below i got a error -410. I would like to measure current and voltage. I need your help to make that possible.What could i do ? Thx *rst" :trac:cle :sens:func 'volt' :sens:volt:rang 10 :meas:volt? 10, 0,001, (@101) :sens:curr:rang 0.001 :...
- June 1st, 2016, 1:06 am
- Forum: Series 2200 Programmable DC Power Supplies
- Topic: Series 2200 List Mode Example - Front Panel & SCPI Commands
- Replies: 2
- Views: 15441
Re: Series 2200 List Mode Example - Front Panel & SCPI Commands
Hi, I'm trying to controll Keithley 2200-30-5 with that commands. The Problem is they don't stop although I set the number of times the active list will excute! *rst;*cls :trig:sour bus :sour:list:step 2 :sour:list:mode cont :sour:list count 1 :sour:list:volt 1, 2V :sour:list:volt 2, 3.5V :sour:list...
- April 10th, 2016, 10:40 pm
- Forum: Electrometers
- Topic: LabView - Alternating Polarity Resistance (HI Resistance meas)
- Replies: 3
- Views: 20624
Re: LabView - Alternating Polarity Resistance (HI Resistance meas)
Hi, how can i integrate in the code above the current range ? I tried with :CURR:RANG 0.02 comando between :SYSTEM:KEY 20 ---------------------------- :CURR:RANG 0.02 ---------------------------- :SYST:ZCH ON :TRACE:DATA? The 6517B schow the correct range but only briefly and keep on again automatic...
- April 6th, 2016, 2:38 am
- Forum: Electrometers
- Topic: High Resistance Measurement - Input protection - The Model 6517
- Replies: 2
- Views: 18488
High Resistance Measurement - Input protection - The Model 6517
Hi, I have the following problem. I can't measured the resistance. I got allways some unaccetabel values and they vary. I'm going to explain in steps with images and I hope you can help me. 1.What I want to do ? - I want to measure a resistance up to 10^18 Ohm. In the following construction I will m...
- February 29th, 2016, 1:30 am
- Forum: Electrometers
- Topic: LabView - Alternating Polarity Resistance (HI Resistance meas)
- Replies: 3
- Views: 20624
Re: LabView - Alternating Polarity Resistance (HI Resistance meas)
hi,now it's work but i don't get full data of buffer. i will say ok..the measurement is finished, and now i can hole my data from buffer.
thx
thx
- February 26th, 2016, 4:35 am
- Forum: Electrometers
- Topic: LabView - Alternating Polarity Resistance (HI Resistance meas)
- Replies: 3
- Views: 20624
LabView - Alternating Polarity Resistance (HI Resistance meas)
Hallo, i woud like to measure high resistance on the pcb conductor track with alternating polarity test. i'm trying to assembled the following programm on 6517B Electrometer and it's doesn't work properly. I wrote the folowing code: *RST :TRACE:CLEAR :TRACE:POINTS 1000 :TRIG:COUNT 1000 :TRACE:FEED:C...