Live-Chat mit Tektronix-Vertretern. Verfügbar von 9 bis 17 Uhr CET Geschäftstage.
AnrufenKontaktieren Sie uns telefonisch unter
Verfügbar von 9 bis 17 Uhr CET Geschäftstage.
Kontaktaufnahme Kontaktieren Sie uns mit Anmerkungen, Fragen oder Feedback Download Laden Sie Handbücher, Datenblätter, Software und vieles mehr herunter: DOWNLOADTYP Alle anzeigen Products Datasheet Manual Software Marketing Document Faq Video MODELL ODER SCHLÜSSELWORT FeedbackHaben Sie Feedback für uns? Wir möchten gerne wissen, was Sie denken.
Egal ob positiv oder negativ, Ihr Feedback hilft uns dabei, den Tek.com-Service kontinuierlich zu verbessern. Lassen Sie es uns wissen, wenn Sie Probleme haben oder wenn wir unsere Aufgabe sehr gut erledigt haben.
Teilen Sie uns Ihre Meinung mit Tektronix Synchronizing Parallel Testing with the MP5000 Series Synchronizing Parallel Testing with the MP5000 Series Datei herunterladen Related Content Read More Accelerate Automation: Effortless Script Generation with TSP Toolkit Tek.Feature.Documents.RelatedVideos MP5000 Series Modular Precision Test System MP5000 Technical Overview Products Modulares Präzisionstestsystem der MP5000-Serie Anwendungshinweis Synchronizing Parallel Testing with the MP5000 Series IntroductionGrowth in the semiconductor chip market, driven by the rapid advancements in AI and the widespread shift toward electrification, has required manufacturers to increase throughput on testing and validation without sacrificing test accuracy. One way to achieve this is to test devices in parallel or at the same time. Once a test routine is verified, it must be duplicated to meet the production requirements. This introduces new challenges, including time synchronization between channels and additional cost of scaling.
The Tektronix MP5000 Series Modular Precision Test System is designed to meet parallel testing needs. The high density 1U mainframe, model MP5103, can be equipped with 3 modular source measure units (SMUs) and/or power supply units (PSUs) for up to 6 independent channels. The MP5103 supports Test Script Processor (TSP), which makes expansion easy through TSP-Link ™ to connect up to 32mainframes. This application note focuses on synchronizing 6 channels in parallel for standard semiconductor and optical characterization tests.
New Trigger Model, New Testing PossibilitiesThe key to precisely timed parallel testing is the trigger model, which coordinates the actions of each instrument channel. Traditional instruments use fixed trigger models with a particular order of actions and minimal control over handshaking. These models are limited and difficult to program when a test needs more than one channel.Instruments with no trigger model or more flexible trigger models are easy to program but often cannot provide precising timing between steps in the test. This creates unneeded delays in test time or damaging devices due to improper test conditions.
The MP5000 series leverages the best features of legacy performance and flexibility to create a newTriggerFlow® trigger model. The trigger model is completely customizable, following a block flow chart style. Users can control the actions and settings of the instrumentation in any order within the trigger model. Various delay and notify blocks achieve precise timing and handshaking between channels without the need for complex external triggering code.Figure 1: TriggerFlow has 4 block types to customize your test flow over a fixed model
With the TriggerFlow trigger model, you need only a few steps to go from idea to execution: Plan: Determine the desired test routine, including instrument settings, sweep configurations, number of channels needed and timing. Expand: Create a flow chart for each channel in the test. Expand the steps to match available trigger model blocks for the MP5000. Build: Replace the blocks in the flow chart with code to build the trigger model. Program events and delays for precise timing. The following sections walk through examples of synchronizing channels in parallel and how to build the TriggerFlow model. Example: 2 Channel MOSFET Family of CurvesCharacterizing the output behavior of a MOSFET requires a minimum of 2 SMU channels, one stepping voltage biases on the gate terminal and measuring output and the other sweeping voltage on the drain terminal and measuring current. This test sequence is shown in Figure 2. The blue blocks represent measurement points and the green dotted arrows represent points of synchronization. The drain channel alerts the gate channel to start and then as the drain sweeps, there is a notification of when measurements start and end to coordinate the sweeping. At the end of the sweep, the drain must tell the gate to move to the next step.
Figure 2: MOSFET Family of Curves Test Sequence
Traditionally this must be programmed using nested for loops, to repeat the drain sweep at each voltage step on the gate. Each action is performed sequentially, leading to longer test times. The MP5000 simplifies this using both channels of a single MSMU60-2 module. The TriggerFlow models are shown in Figure 3, where channel 1 is connected to the gate and channel 2 is connected to the drain.
Figure 3: MP5000 Trigger Models for Drain Family of Curves on a MOSFET
When one action depends on another, such as the drain sweep starting once the gate voltage has switched, a notify-wait block pair is used. When one action completes,the trigger model executes a notify block. This signal can be routed to other events, or directly to a wait block in another trigger model that is paused until the event is received.This allows one trigger model to begin executing blocks as soon as another trigger model finishes with no latency. The models continue to operate in parallel until there is another time control block.
Branch blocks are used when a model needs to repeat actions or make a decision during testing. In the case of the MOSFET, the branch block is used to loop over the blocks generating the sweep and taking the measurement, reducing that portion of the test to a set of 3 blocks.
An additional notify block can be used to synchronize measurements on the gate at the same time as the measurement on the drain.
Figure 4 shows the output of this trigger model sequence as captured on a scope. The gate waveform (top) is exactly synchronized with the drain sweep (middle) with no significant delays in time.Figure 4: Output of MOSFET Family of Curves test, Gate Voltage (top), Drain Voltage (middle) and Drain Current (bottom).
Example: 2 Channel VCSEL LIV CharacterizationCharacterizing light-current-voltage (LIV) behavior for optical devices such as LEDs, lasers and VCSELs, requires instrument channels to be controlling separate devices but still tightly synchronized. Here, an SMU channel sweeps forward current and measures voltage on a laser diode while a second channel measures the current detected by a separate photodiode. Many of these tests require pulsed signals to prevent thermal effects, so the photodiode measurement must be made at the right time, when the laser diode is on or outputting consistently. This test is shown in Figure 5.
Figure 5: LIV Characterization for Photodiode and Laser Diode Pair
In TriggerFlow, this test converts to 2 trigger models, one sourcing and measuring and the other measuring only. Notify-wait blocks again are used to coordinate when actions are complete and branch blocks repeat sections to execute the sweep. An additional constant delay block is included to provide additional time before the measurement is taken. The trigger model for this test is shown in Figure 6.
Figure 6: MP5000 Trigger Models for LIV Characterization
When this is executed, the resulting waveform shown in Figure 7 displays a typical forward voltage characteristic of a diode (top) and the resulting measurement of the current in the photodiode (bottom). Again, the waveforms are synchronized with no extra gaps or delays in measurement.
Figure 7: Output of LIV Trigger Model, Laser Diode Voltage (top), Laser Diode Current (middle), Photodiode Current (bottom)
Example: 6 Channel SynchronizationSynchronized parallel testing can involve every channel or set of channels running the same test or running separate tests that must start at the same time as each other or rely on the actions of one to direct the another. We can combine the previous two examples with simple sourced waveforms on 2 additional SMU channels and start all 6 channels at the same time by adding a wait block to the beginning of every model. The entire parallel test is shown in Figure 8.
Figure 8. 6 Trigger Models to Operate in Parallel
The fifth model conducts a pulsed sweep using the source action blocks to change the output level and the delay constant block to time the pulses. The sixth model generates a sine wave using source action step and delay constant blocks. Both models start measurements at the beginning of the output using the measure overlapped block. This allows the SMU to measure in the background while continuing to execute blocks in the trigger model, essentially using the high-speed digitizer to capture the output waveform. Neither of these models use notify-wait block combinations because they are each operating independently from other channels. They are only synchronized at the start point.
The resulting execution captured on an oscilloscope in Figure 9 shows each of the channels starting at the same time and executing in parallel.Figure 9: 6 Channel Execution Captured on Scope
Graphing data captured by the SMU channels in a GUI dashboard developed in Python is shown in Figure 10. This replicates characterization tests that would be displayed on a device datasheet. Code to execute this example is provided on the Tektronix Github.
Figure 10: Measured Data from 6 Channels Graphed in Python
ConclusionThis example demonstrated running 6 channels in parallel, executing 4 independent tasks that each required different actions and levels of synchronization. This parallel test application can be further expanded to additional mainframes through the use of TSP-Link™ to synchronize trigger models. The MP5000 Modular Precision Test System is designed for high density and test throughput by using a customizable, user-friendly trigger model. This provides the flexibility needed to create a best fit automated test system from validation to production.
Über Tektronix
Tektronix ist das Unternehmen für Messtechnik, das sich durch Leistung auszeichnet und von den Möglichkeiten überzeugt ist. Tektronix entwickelt und fertigt Test- und Messlösungen, um die Komplexität zu durchbrechen und globale Innovationen zu beschleunigen.
ERFAHREN SIE MEHR ÜBER UNSUnternehmen
Über uns Karriere Newsroom Ereignisse EA Elektro-AutomatikHilfe und Lernen
Kontakt Kontakt Technischer Support Schulung und Weiterbildung Eigentümerressourcen BlogPartner
Finden Sie einen GeschäftspartnerVerbinden Sie sich mit uns
Zusätzliche Links
© 2026 TEKTRONIX, INC. Sitemap Privacy Nutzungsbedingungen Geschäftsbedingungen Impressum Call us at Feedback智能索引记录
-
2026-03-02 11:34:21
教育培训
成功
标题:珍惜拥有作文300字四篇
简介:在学习、工作或生活中,大家或多或少都会接触过作文吧,作文是经过人的思想考虑和语言组织,通过文字来表达一个主题意义的记叙方
-
2026-03-02 09:45:51
游戏娱乐
成功
标题:602《烈火战神》水域龙都副本通关技巧 - 游戏攻略 - 602游戏平台 - 做玩家喜爱、信任的游戏平台!cccS
简介:寻宝在烈火战神中是一场发生在水下的一场寻宝故事。寻宝不言而喻就是是与宝贝有关的一项活动了。龙宫中有大量的宝贝,因此许多的
-
2026-03-02 12:49:42
综合导航
成功
标题:青海游记作文(范例15篇)
简介:在我们平凡的日常里,大家对作文都再熟悉不过了吧,根据写作命题的特点,作文可以分为命题作文和非命题作文。你写作文时总是无从
-
2026-03-02 10:06:44
教育培训
成功
标题:【推荐】春节四年级作文300字合集六篇
简介:在现实生活或工作学习中,许多人都写过作文吧,作文是从内部言语向外部言语的过渡,即从经过压缩的简要的、自己能明白的语言,向
-
2026-03-02 10:35:06
实用工具
成功
标题:组词网_在线组词_古汉语词典_词语查询
简介:古汉语词典组词网,在线组词收录词语近三十六万条,词语查询提供在线组词近义词,反义词,名词,动词,形容词,副词等多音字组词
-
2026-03-02 12:54:16
图片素材
成功
标题:垃圾的作文1200字 描写垃圾的作文 关于垃圾的作文-作文网
简介:作文网精选关于垃圾的1200字作文,包含垃圾的作文素材,关于垃圾的作文题目,以垃圾为话题的1200字作文大全,作文网原创
-
2026-03-02 10:39:14
综合导航
成功
标题:Blog Registration WPC Florida - Winter Park Construction
简介:Explore THE WPC WAY blog for stories on construction trends
-
2026-03-02 10:37:57
综合导航
成功
标题:白内障手术后注意事项 - 云大夫
简介:白内障手术后,要注意以下几点。第一要按照医嘱来定时用药,而且要定期复查。第二在手术后要预防感染,因为伤口还没有愈合,术后
-
2026-03-02 10:29:29
综合导航
成功
标题:鬼差 txt最新章节_第九十六章 谈判下第1页_鬼差 txt免费阅读_恋上你看书网
简介:第九十六章 谈判下第1页_鬼差 txt_杜易_恋上你看书网
-
2026-03-02 09:54:34
综合导航
成功
标题:COTA - Acute - Apply · GQR
简介:COTA - Acute - Apply
-
2026-03-02 12:05:29
综合导航
成功
标题:服务条款 - NS6.com
简介:通过使用 NS6.com,您接受这些服务条款。请仔细阅读。
-
2026-03-02 12:18:15
教育培训
成功
标题:[精选]写景物的作文
简介:在生活、工作和学习中,大家都有写作文的经历,对作文很是熟悉吧,作文可分为小学作文、中学作文、大学作文(论文)。怎么写作文
-
2026-03-02 10:51:23
综合导航
成功
标题:843女王的技术_神医天下_水里游鱼_新笔趣阁(56xu.com)
简介:神医天下无防盗章节,作者水里游鱼,843女王的技术内容简要:“哦,就在你们隔壁呀,太好了!”纳甲土尸双眼放光,立即冲了出
-
2026-03-02 10:00:02
教育培训
成功
标题:八年级作文6篇(精选)
简介:在平日的学习、工作和生活里,大家都写过作文吧,写作文是培养人们的观察力、联想力、想象力、思考力和记忆力的重要手段。你知道
-
2026-03-02 10:38:28
综合导航
成功
标题:Alexa Chung : sa collection denim avec AG Jeans bientôt dispo en France !
简介:Yihaaaa, c
-
2026-03-02 13:01:08
综合导航
成功
标题:伤悲着我那苦命的父亲-励志一生
简介:伤悲着我那苦命的父亲_伤悲着我那苦命的父亲 2011已悄悄走过。我的2011,有什么是值得回忆,值得去深深铭记的呢
-
2026-03-02 06:32:51
综合导航
成功
标题:Produkte und Services entwickeln und erdenken: Vorgehen im Überblick - UID
简介:Design Sprint, Discovery Sprint, Futures Thinking – wir zeig
-
2026-03-02 10:44:07
综合导航
成功
标题:You Got an E-gift Card to Claim Bee Network
简介:Send your love a VISA e-gift card, make good use of your Bee
-
2026-03-02 14:09:37
综合导航
成功
标题:Les Coops de l'information and Poool on how to succeed in digital reader revenue models - FIPP
简介:A couple of years ago, Québec City newspaper Le Soleil and f
-
2026-03-02 11:26:22
综合导航
成功
标题:昭島事業所 総合評価試験棟が竣工 コネクタ メーカー JAE 日本航空電子工業
简介:日本航空電子工業株式会社(JAE)の昭島事業所 総合評価試験棟が竣工がご覧いただけます。
-
2026-03-02 10:09:12
综合导航
成功
标题:三个男主三个女主的最新章节_第16章 在哪回来第1页_三个男主三个女主的免费阅读_恋上你看书网
简介:第16章 在哪回来第1页_三个男主三个女主的_固所愿也_恋上你看书网
-
2026-03-02 06:29:43
教育培训
成功
标题:[精选]实用的小学作文300字4篇
简介:在日常学习、工作抑或是生活中,许多人都写过作文吧,作文可分为小学作文、中学作文、大学作文(论文)。你所见过的作文是什么样
-
2026-03-02 12:01:37
健康养生
成功
标题:调节血脂的食物有哪些?这款安利油品可调节血脂 - 谈天说地 - 34楼
简介:高血脂是现代人常见的健康隐患,除了遵医嘱治疗,通过饮食调节也是控制血脂的重要一环。很多人不知道,一些常见的食物就能帮助降
-
2026-03-02 13:54:42
综合导航
成功
标题:WTB: stock steering wheel! [Archive] - Toyota MR2 Message Board
简介:Looking for a black stock steering wheel w/working airbag...
-
2026-03-02 11:41:36
综合导航
成功
标题:获奖公告_作文网
简介:获奖公告栏目包括:每月有奖征文大赛和话题作文pk赛的发奖详情,欢迎浏览
-
2026-03-02 11:57:34
综合导航
成功
标题:卜卦需要记住卦辞吗,卜卦之前说什么? - 吉吉算命网
简介:【导读】吉吉算命网分享“卜卦需要记住卦辞吗,以及卜卦之前说什么?”的问答,吉吉在线算命!目录:1、怎么卜卦2、易经如何占
-
2026-03-02 13:55:11
综合导航
成功
标题:I traded US stocks on the blockchain, and my mentality was already floating on the first day Bee Network
简介:Original Odaily Planet Daily ( @OdailyChina ) Author As
-
2026-03-02 14:19:22
综合导航
成功
标题:CE205B - StrongShop
简介:Item Name : CE205B Description : 31
-
2026-03-02 10:23:00
图片素材
成功
标题:中小学生作文网_中考高考满分作文_初中作文_高中优秀作文大全
简介:作文网提供专业、原创中小学生作文,包括中考满分作文、高考满分作文、优秀作文大全、作文素材、作文辅导、英语作文等,欢迎踊跃
-
2026-03-02 12:30:14
综合导航
成功
标题:漫威蜘蛛侠2什么时候上pc 各版本详情介绍-驱动人生
简介:索尼旗下的Insomniac Games近日宣布,《漫威蜘蛛侠2》将于2025年1月31日正式登陆PC平台,并已在Ste