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 7 matches
- February 28th, 2019, 7:45 am
- Forum: General Discussion
- Topic: Press 'Single' button on oscilloscope programmatically
- Replies: 2
- Views: 6412
Re: Press 'Single' button on oscilloscope programmatically
When I set ACQUIRE:STOPAFTER SEQUENCE the waveform freezing, then I set ACQUIRE:STATE ON it does nothing. After these commands, when I try to set or query any command it throws timeout exception. It does not respond to any command. UPD : As soon as I have written this post I have understood that the...
- December 28th, 2018, 7:20 am
- Forum: General Discussion
- Topic: Programmatically Capture Image from TDS2024C
- Replies: 2
- Views: 5906
Re: Programmatically Capture Image from TDS2024C
Great! The answer is here: viewtopic.php?t=139957.
- December 18th, 2018, 6:26 am
- Forum: General Discussion
- Topic: Programmatically Capture Image from TDS2024C
- Replies: 2
- Views: 5906
Programmatically Capture Image from TDS2024C
I use following commands to capture image from TDS2024C:
However setting these commands does not do anything. I am confused, because the oscilloscope has Save/Recall button and it works fine.
Code: Select all
SAVE:IMAGE:FILEFORMAT BMP
SAVE:IMAGE A:\waveform.bmp
- December 18th, 2018, 5:53 am
- Forum: General Discussion
- Topic: TDS 2024C Programmer Manual
- Replies: 1
- Views: 4810
TDS 2024C Programmer Manual
I use 071-1075-04 Programmer Manual (http://sdphca.ucsd.edu/Lab_Equip_Manual ... manual.pdf) for programming TDS 2024C.
The document does not mention about 'C' series. What is the most recent Programmer Manual for this oscilloscope? Please provide the link.
The document does not mention about 'C' series. What is the most recent Programmer Manual for this oscilloscope? Please provide the link.
- December 3rd, 2018, 6:35 am
- Forum: General Discussion
- Topic: Press 'Single' button on oscilloscope programmatically
- Replies: 2
- Views: 6412
Press 'Single' button on oscilloscope programmatically
There is 'Single' button on Tektronix TDS 2024C oscilloscope front-panel.

I cannot find in Programmer Manual how to press this button programmatically.
Please suggest what command should I use.

I cannot find in Programmer Manual how to press this button programmatically.
Please suggest what command should I use.
- November 20th, 2018, 12:32 am
- Forum: General Discussion
- Topic: How do I get duty cycle using VISA driver?
- Replies: 1
- Views: 5229
Re: How do I get duty cycle using VISA driver?
Seems there is no built-in way. So I calculated it:
Code: Select all
DC = PWIdth / PERIod * 100%
- November 19th, 2018, 7:08 am
- Forum: General Discussion
- Topic: How do I get duty cycle using VISA driver?
- Replies: 1
- Views: 5229
How do I get duty cycle using VISA driver?
I am using Tektronix TDS 2024C oscilloscope. If I go to Measure menu I can see that it supports duty cycle measurement. However, Programmer Manual does not provide this type of measurement. It only has TYPe { FREQuency | MEAN | PERIod |PHAse | PK2pk | CRMs | MINImum | MAXImum | RISe | FALL | PWIdth ...