-
RE: Default .csv file name while saving traces in Tektronix MDO 4104B-6
Hi Birjit,
I do not believe it is possible to change the name to add another digit.
Instead, I would suggest using the programming interface, as defined in the programmer's manual, to customize your saved files with theSAVE:WAVEFORM
command.
If you do not wish to get into the SCPI commands, you could also consider using TekScope Utility to achieve the same functionality through its data logging feature: https://forum.tek.com/viewtopic.php?t=140451 -
RE: Are probes included in TBS1052C or TBS1072C oscilloscopes
Hi Francisco,
Yes, one probe per channel is included with the TBS1000C, as mentioned on page 11 of the datasheet. -
RE: AFG31022 downloading waveforms
Hi Howard,
SCPI commands are case insensitive, as mentioned on page 15 of the programmer's manual.
the
write_binary_values
method does indeed automatically do the binary formatting, as mentioned in the pyvisa docsI have included a python example of loading a waveform into ememory of an AFG31000. I hope it's of use to you.
-
RE: Compute samples required when BUJ is used within DPOJET
Hi Mathias,
A formula for the record length required when using BUJ is not publicly available.
I will mention that one can change the minimum number of UI require by going into Select -> Preferences -> Jitter Decomp .
Perhaps if you could give us more insight into why you need to calculate the required record length, we would be able to help you? -
RE: Compute samples required when BUJ is used within DPOJET
Hi Mathias,
For many of the more of the more complex jitter measurements, the record length required is a function of the minimum number of pattern repeats. That is to say, if the minimum pattern repeat for the measurement is 100, then your required record length will be whatever it takes your waveform to reach that number of pattern repeats.
The error or warning icon should tell you how many patterns are found and how many are needed. -
RE: MSO 70604C threaded input interface
Hi Eric,
The ports on the MSO70kC are TekConnect ports.
TekConnect to BNC or SMA (both 50 ohms) adapters are available here: https://www.tek.com/en/datasheet/tekconnect(tm)-adapters
-
RE: Tektronix 2232 keeping the trace alive for long periods
Hi Ryan,
The 2232 has a digital storage mode which should allow you to view these slow sweep speeds much easier.
This mode is described on page 3-8 of the operator's manual available on the TekWiki: https://w140.com/tekwiki/wiki/2232
The slow speed storage mode is likely of most interest to you.
I will also mention that it does appear your signal is "clipping", as in, it's going over the vertical scale. This can result in inaccurate measurements.
I would suggest reading the XYZ of scopes: https://www.tek.com/en/documents/primer/xyzs-oscilloscopes-primer -
RE: AFG31022 downloading waveforms
Hi Howard,
You might have better luck posting your code as an attached file or using the
example code
block (go into Source mode and you can see and edit the HTML).Additionally, the following link has several AFG programming examples: https://forum.tek.com/viewtopic.php?f=580&t=133570
I will note that it doesn't appear to have any AFG31000 examples and the programming interface between it and the AFG3000 do differ.
-
RE: MSO44 scope SCPI query avg voltage question
You can register your MSO4 here and unlock a free DVM and frequency counter option: https://www.tek.com/en/register4mso
If that fits your measurement needs, it might be simpler than using the immediate measurement command mentioned above. -
RE: MSO44 scope SCPI query avg voltage question
Hi,
You can useMEASUREMENT:IMMED:VALUE?
and its associated commands to setup and read a measurement without displaying it or adding it to the list of measurements.
You might also consider using the free DVM, if that fits your needs.