<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>KEYSIGHT TECHNOLOGIES</title><link>https://community.element14.com/products/manufacturers/keysight/</link><description>Welcome to Keysight&amp;#39;s Community!

Find application notes, block diagrams, and information on Keysight Technologies products.

Ask one of our Keysight Technologies technical representatives a question.

Review videos and tutorials about our new pr</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>Debug Designs with the New HD3 Oscilloscope</title><link>https://community.element14.com/products/manufacturers/keysight/c/e/1717</link><pubDate>Wed, 18 Sep 2024 17:00:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:34a744d3-96e1-4f93-9c19-0022ead70c28</guid><dc:creator>Mariafaria</dc:creator><description>Join one of the HD3 oscilloscope launch events below. Register now. With a new custom ASIC and a 14-bit ADC, the HD3 provides 4x the vertical resolution and 1/2 the noise floor of other general-purpose oscilloscopes, giving you a more accurate representation of the signal you’re measuring. Learn how the custom chip technology behind our powerful new oscilloscope will help you debug in consumer electronics, power supply testing, and automotive. Attend for a chance to win! We’re giving away fun HD3 assembly kits to 178 lucky winners. This means you could be among the first to have an HD3 oscilloscope on your bench — built out of construction bricks! This promotion is available only in specific countries. Entrants must be 18 years or older. For more information, see the terms and conditions .</description><category domain="https://community.element14.com/products/manufacturers/keysight/tags/learn">learn</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/test">test</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/free%2bwebinar">free webinar</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/bench">bench</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/keysight">keysight</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/whats%2bnew">whats new</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/testing">testing</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/debug">debug</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/New%2bHD3%2bOscilloscope">New HD3 Oscilloscope</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/engineer">engineer</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/scope">scope</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/power%2bsupply">power supply</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/free">free</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/new%2blauch">new lauch</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/giveaway">giveaway</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/oscilloscope">oscilloscope</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/Technology">Technology</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/HD3">HD3</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/launch">launch</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/measurement">measurement</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/demo">demo</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/automotive">automotive</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/oscilloscopes">oscilloscopes</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/engineering">engineering</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/webinar">webinar</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/event">event</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/scopes">scopes</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/test%2b_2600_amp_3B00_%2bmeasurement">test &amp;amp; measurement</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/speed">speed</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/innovation">innovation</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/power%2bsupply%2btesting">power supply testing</category></item><item><title /><link>https://community.element14.com/products/manufacturers/keysight/b/blog/posts/debug-designs-with-the-new-hd3-oscilloscope?CommentId=5371f197-5bd0-471a-a173-a2c338c5486a</link><pubDate>Fri, 13 Sep 2024 14:15:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:5371f197-5bd0-471a-a173-a2c338c5486a</guid><dc:creator>shabaz</dc:creator><description>I wrote a Python bode plotter. Currently intended for MXO 4 (which has it&amp;#39;s own internal bode plot function, but I wanted practise in programmability with the &amp;#39;scope when I got it, so it was just an experiment). It would be easy to modify for any scope (internal or external signal generator) by changing the SCPI commands. Also since it&amp;#39;s in Python, it is easy to customize the chart output. I don&amp;#39;t like charts with tiny numbers on the axes for instance. Plus there&amp;#39;s a list of frequencies in the code, so it will only test at the desired ones. The code is not thoroughly tested (I don&amp;#39;t know what it will do with very weak output, for instance). Also there&amp;#39;s no phase calibration function currently, it is dependent on coax cable lengths for now for that! https://github.com/shabaz123/mxo4-tools/blob/main/audio-analyzer/audio_analyzer.py EDIT: Also technically not a &amp;#39;bode plot&amp;#39;! don&amp;#39;t know why it gets referred to as that, and no &amp;#39;scope can generate that. So I called mine &amp;#39;audio analyzer&amp;#39;.</description></item><item><title>File: EEVblog 1639 - Keysight InfiniiVision HD3 Oscilloscope Teardown</title><link>https://community.element14.com/products/manufacturers/keysight/m/managed-videos/149665</link><pubDate>Fri, 13 Sep 2024 09:08:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:61fea090-533b-4e6a-895e-99a83036f5de</guid><dc:creator>Jan Cumps</dc:creator><description>Teardown of the new Keysight InfiniiVision HD3 14bit Megazoom V ASIC oscilloscope https://www.keysight.com/us/en/products/oscilloscopes/infiniivision-2-4-channel-digital-oscilloscopes/infiniivision-hd3-series-oscilloscopes.html Forum: https://www....</description><category domain="https://community.element14.com/products/manufacturers/keysight/tags/keysight%2bhd3%2boscilloscope">keysight hd3 oscilloscope</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/keysight">keysight</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/video">video</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/keysight%2bhd3">keysight hd3</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/keysight%2boscilloscope">keysight oscilloscope</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/eevblog">eevblog</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/megazoom%2bv%2basic">megazoom v asic</category></item><item><title /><link>https://community.element14.com/products/manufacturers/keysight/b/blog/posts/debug-designs-with-the-new-hd3-oscilloscope?CommentId=f9d032f8-cea5-434a-ae01-1d76685af39a</link><pubDate>Fri, 13 Sep 2024 09:07:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:f9d032f8-cea5-434a-ae01-1d76685af39a</guid><dc:creator>Jan Cumps</dc:creator><description>.... and now also a teardown: youtu.be/1fmq1EXSBRg</description></item><item><title /><link>https://community.element14.com/products/manufacturers/keysight/b/blog/posts/debug-designs-with-the-new-hd3-oscilloscope?CommentId=bb4368b4-fc63-4be0-9b85-dde70aa47c3f</link><pubDate>Fri, 13 Sep 2024 08:03:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:bb4368b4-fc63-4be0-9b85-dde70aa47c3f</guid><dc:creator>michaelkellett</dc:creator><description>I&amp;#39;m sure it can - but it will be a software option. From the prices I&amp;#39;ve seen for basic serial comms decoders for this scope you&amp;#39;ll be looking at an extra &amp;#163;1-2k. Mind you, I&amp;#39;ve looked at Bode plotters on a range of scopes and they range from OK at best to dreadful. The correlation with price charged is not good. Built in to the scope is handy but driven by some simple software in Python. VB or whatever will usually be much better. MK</description></item><item><title /><link>https://community.element14.com/products/manufacturers/keysight/b/blog/posts/debug-designs-with-the-new-hd3-oscilloscope?CommentId=15e77448-1b54-4888-bab3-41e31b4e7408</link><pubDate>Fri, 13 Sep 2024 07:58:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:15e77448-1b54-4888-bab3-41e31b4e7408</guid><dc:creator>michaelkellett</dc:creator><description>The prize draw is some Lego ! MK</description></item><item><title /><link>https://community.element14.com/products/manufacturers/keysight/b/blog/posts/debug-designs-with-the-new-hd3-oscilloscope?CommentId=b044b609-6e7a-4715-a2de-c8e7624d693e</link><pubDate>Thu, 12 Sep 2024 22:48:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:b044b609-6e7a-4715-a2de-c8e7624d693e</guid><dc:creator>scottiebabe</dc:creator><description>Nice o-scope, enjoyed the EEVblog early preview.</description></item><item><title /><link>https://community.element14.com/products/manufacturers/keysight/b/blog/posts/debug-designs-with-the-new-hd3-oscilloscope?CommentId=33133c05-06dd-4f64-ab9d-57c8a5d0aea5</link><pubDate>Thu, 12 Sep 2024 21:02:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:33133c05-06dd-4f64-ab9d-57c8a5d0aea5</guid><dc:creator>dougw</dc:creator><description>Pretty awesome scope, but can it do a Bode plot?</description></item><item><title>Blog Post: Debug Designs with the New HD3 Oscilloscope</title><link>https://community.element14.com/products/manufacturers/keysight/b/blog/posts/debug-designs-with-the-new-hd3-oscilloscope</link><pubDate>Thu, 12 Sep 2024 14:40:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:74e962ce-aaa8-40ff-87b2-0270e4e2c6e9</guid><dc:creator>Mariafaria</dc:creator><description>Join one of the HD3 oscilloscope launch events below. Register now . With a new custom ASIC and a 14-bit ADC, the HD3 provides 4x the vertical resolution and 1/2 the noise floor of other general-purpose oscilloscopes, giving you a more accurate representation of the signal you’re measuring. Learn how the custom chip technology behind our powerful new oscilloscope will help you debug in consumer electronics, power supply testing, and automotive. Attend for a chance to win! We’re giving away fun HD3 assembly kits to 178 lucky winners. This means you could be among the first to have an HD3 oscilloscope on your bench — built out of construction bricks! This promotion is available only in specific countries. Entrants must be 18 years or older. For more information, see the terms and conditions .</description><category domain="https://community.element14.com/products/manufacturers/keysight/tags/test">test</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/free%2bwebinar">free webinar</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/keysight">keysight</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/New%2bHD3%2bOscilloscope">New HD3 Oscilloscope</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/technicians">technicians</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/scope">scope</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/r_2600_amp_3B00_d">r&amp;amp;d</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/giveaway">giveaway</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/oscilloscope">oscilloscope</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/Technology">Technology</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/measurement">measurement</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/demo">demo</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/engineering">engineering</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/event">event</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/test%2b_2600_amp_3B00_%2bmeasurement">test &amp;amp; measurement</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/innovation">innovation</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/what_26002300_39_3B00_s%2bnew">what&amp;#39;s new</category></item><item><title>Blog Post: 4 Topics. 4 Days. In Under 2 Hours – Keysight World 2022</title><link>https://community.element14.com/products/manufacturers/keysight/b/blog/posts/4-topics-4-days-in-under-2-hours-keysight-world-2022</link><pubDate>Wed, 05 Oct 2022 13:31:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:3e7acfab-04dd-48be-8f82-39c54dd90a0f</guid><dc:creator>keysight</dc:creator><description>If 5G/6G, Quantum, Digital Twins/AI and Electric Vehicle/Automotive Vehicle are topics that interest you, please join us at our virtual event on from 11th-14th October 2022. At our annual virtual event, join tech visionaries and analysts as they engage you in an opening keynote on near-term trends, an industry panel discussing key challenges ahead, and a future-looking closing keynote. Please click on this link for an overview of the event. As shown below you can see the impressive number of Industry experts that will be participating!</description><category domain="https://community.element14.com/products/manufacturers/keysight/tags/learn">learn</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/keysight">keysight</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/KeysightWorld2022">KeysightWorld2022</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/education">education</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/innovations">innovations</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/webinar">webinar</category></item><item><title /><link>https://community.element14.com/products/manufacturers/keysight/b/blog/posts/how-to-use-an-oscilloscope---mega-guide?CommentId=0e76620c-5374-4359-b209-3a3f7c857653</link><pubDate>Sat, 27 Aug 2022 19:06:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:0e76620c-5374-4359-b209-3a3f7c857653</guid><dc:creator>DAB</dc:creator><description>Very good primer on the basics. It amazes me how far oscilloscope capabilities have come since I started back in 1970. I programmed an early version of a digital oscilloscope back in 1982 to help the users characterize radar patterns. The simple tools I built into the device amazed the analysts but are a far cry from where analysis capabilities are today.</description></item><item><title>Blog Post: How to Use an Oscilloscope - Mega Guide</title><link>https://community.element14.com/products/manufacturers/keysight/b/blog/posts/how-to-use-an-oscilloscope---mega-guide</link><pubDate>Fri, 26 Aug 2022 07:59:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:f03f60f8-7882-4b02-b310-573965c3913a</guid><dc:creator>keysight</dc:creator><description>Keysight University – The platform you can learn the fundamentals of our products. Are you an engineer interested in learning more about what Keysight has in store for you? Look no further than this Keysight University How to episode, giving you the run down on all things Oscilloscopes! This guide covers everything from how oscilloscopes show you what is happening electrically at the tip of your probe with respect to ground; to how the scope reads the s-parameter information from the probe and compensates automagically. Discover more here.</description><category domain="https://community.element14.com/products/manufacturers/keysight/tags/Tips%2bAnd%2bTricks">Tips And Tricks</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/oscilloscopes">oscilloscopes</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/test%2b_2600_amp_3B00_%2bmeasurement">test &amp;amp; measurement</category></item><item><title>Blog Post: All About Power: Batteries and Power Management</title><link>https://community.element14.com/products/manufacturers/keysight/b/blog/posts/all-about-power-batteries-and-power-management</link><pubDate>Tue, 23 Aug 2022 15:12:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:3eb5432e-a83f-41c7-b6d3-355fc959781d</guid><dc:creator>keysight</dc:creator><description>Batteries and Power Management Testing – The How-to Guide Join our on-demand webinar as our All About Power returns for another episode! Discover everything you missed about the fundamentals of testing batteries. Our experts explain the necessary equipment and software you can use to implement the standard battery test procedures to verify the performance of your secondary batteries. Click here for more.</description></item><item><title>Blog Post: Field Effect Transistors (FET) Measurements with Bench SMUS</title><link>https://community.element14.com/products/manufacturers/keysight/b/blog/posts/field-effect-transistors-fet-measurements-with-bench-smus</link><pubDate>Thu, 11 Aug 2022 14:41:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:f7c6e9c7-fe5f-4acf-b941-c5470f59b8d2</guid><dc:creator>keysight</dc:creator><description>Missed our live webinar? No problem! You can join us on demand and learn through several demonstrations and examples, how a precision Benchtop Source/Measure Unit can be used to easily and accurately make measurements, including everything from Id – Vgs to Vth measurement. If you are struggling when testing Field Effect Transistors (FETs) to evaluate lower current, or are struggling with making complex analyses, then this webinar is the one to watch! Click here to register</description><category domain="https://community.element14.com/products/manufacturers/keysight/tags/Tips%2bAnd%2bTricks">Tips And Tricks</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/bench">bench</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/testing">testing</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/webinar">webinar</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/test%2b_2600_amp_3B00_%2bmeasurement">test &amp;amp; measurement</category></item><item><title>Blog Post: About Power: Power Semiconductor Considerations for Converter Design</title><link>https://community.element14.com/products/manufacturers/keysight/b/blog/posts/about-power-power-semiconductor-considerations-for-converter-design</link><pubDate>Wed, 10 Aug 2022 13:18:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:6c2b6ccb-f115-4e86-adbd-54f545f641c9</guid><dc:creator>keysight</dc:creator><description>Join us in this webinar to learn how power semiconductors are essential in power converter design! We provide the information; you circuit designers need to know to develop your understanding further on selecting the right power semiconductors to meet your converter design needs. Click here to watch.</description><category domain="https://community.element14.com/products/manufacturers/keysight/tags/semiconductor_3A00_">semiconductor:</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/keysight">keysight</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/converter">converter</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/converterdesign">converterdesign</category></item><item><title>Blog Post: How to keep transients from disrupting low-power circuits</title><link>https://community.element14.com/products/manufacturers/keysight/b/blog/posts/how-to-keep-transients-from-disrupting-low-power-circuits</link><pubDate>Thu, 04 Aug 2022 09:58:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:be298f0c-7141-4f14-98ae-9cf147f8533d</guid><dc:creator>keysight</dc:creator><description>Are transients disrupting your low power circuits? A Keysight Article published in Electronic Tips Online provides a guide through mitigating the challenges that todays integrated circuits produce with their highly dynamic loads on their power supplies. Discussing everything from considering the type of power supply to be utilised, to discovering why the voltage drop arises; click here to find out more.</description><category domain="https://community.element14.com/products/manufacturers/keysight/tags/Tips%2bAnd%2bTricks">Tips And Tricks</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/learn">learn</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/test%2b_2600_amp_3B00_%2bmeasurement">test &amp;amp; measurement</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/power%2bsupplies">power supplies</category></item><item><title>Blog Post: VIDEO SERIES: All About Power: Practical Power Sourcing and Measurement Considerations</title><link>https://community.element14.com/products/manufacturers/keysight/b/blog/posts/video-serie-all-about-power-practical-power-sourcing-and-measurement-considerations</link><pubDate>Mon, 01 Aug 2022 10:53:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:3ce69de5-0630-431b-9352-995f1e10593e</guid><dc:creator>keysight</dc:creator><description>Learn everything you need to know about power testing and analysis! Join in our 7-part Webinar Series on All About Power! From power fundamentals and theory to addressing power testing challenges, through using application-specific software for instrument control and detailed analysis, we’ve got you covered! Click here to watch the videos</description><category domain="https://community.element14.com/products/manufacturers/keysight/tags/semiconductor_3A00_">semiconductor:</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/education">education</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/webinar">webinar</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/power">power</category></item><item><title>Blog Post: Download the Updated Keysight Power Handbook</title><link>https://community.element14.com/products/manufacturers/keysight/b/blog/posts/download-the-updated-keysight-power-handbook</link><pubDate>Thu, 23 Jun 2022 14:02:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:e383484c-bbe8-4b2f-8440-9535fefbe044</guid><dc:creator>keysight</dc:creator><description>Download Now the revised and updated Power Handbook and access eight chapters of information-packed resources: Chapter 1: Introduction and Evolution of Power Supplies Chapter 2: Electric Power Fundamentals Chapter 3: DC Power Supplies Chapter 4: Electronic Loads Chapter 5: Batteries Chapter 6: Power Conversion Chapter 7: Photovoltaic Power Chapter 8: Power Supply Software</description><category domain="https://community.element14.com/products/manufacturers/keysight/tags/education">education</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/power%2bsupply">power supply</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/dc%2bpower">dc power</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/handbook">handbook</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/power%2bsupplies">power supplies</category></item><item><title>Blog Post: NEW: InfiniiVision 3000G X‑Series Oscilloscopes</title><link>https://community.element14.com/products/manufacturers/keysight/b/blog/posts/new-infiniivision-3000g-x-series-oscilloscopes</link><pubDate>Fri, 27 May 2022 12:04:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:dade9a8c-bee3-4838-bb6d-61f1c9763fc4</guid><dc:creator>keysight</dc:creator><description>New 3000G Oscilloscopes - Jumpstart General-Purpose Electronic Design Using Advanced Analysis Features The 3000G X-Series is multifunctional and comes with standard 6-in-1 instrument integration: oscilloscope, protocol analyzer, frequency response analyzer (Bode plots), 20 MHz arbitrary waveform generator, 3-digit digital voltmeter, and 8-digit counter and totalizer. Get 7-in-1 instrument integration when you select a mixed-signal oscilloscope (MSO) model, equipping the MSO with 16 additional digital channels. For more information click here .</description><category domain="https://community.element14.com/products/manufacturers/keysight/tags/keysight">keysight</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/npi">npi</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/oscilloscope">oscilloscope</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/test%2b_2600_amp_3B00_%2bmeasurement">test &amp;amp; measurement</category></item><item><title>Live event: IoT, Battery Test, 5G, ORAN and more</title><link>https://community.element14.com/products/manufacturers/keysight/c/e/1605</link><pubDate>Tue, 17 May 2022 14:00:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:725cf9d1-308e-47ea-9155-04db67c279d1</guid><dc:creator>keysight</dc:creator><description>Keysight Live from the Lab is a free, virtual event featuring engineering tips and tricks, expert Q&amp;amp;A, and pro-grade prizes to help you engineer faster. During this action-packed event, you’ll learn about Internet of Things (IoT) battery life testing, VNA component characterization, what’s coming next in 5G, and more. Register now. When May 17 to 20, 2022 9 to 10 a.m. PDT (16:00 to 17:00 UTC) We’re giving away more than $100,000 of pro-grade test gear. We’ll also feature your favorite engineering creators like ElectroBOOM, GreatScott!, CuriousMarc, and The Signal Path.</description><category domain="https://community.element14.com/products/manufacturers/keysight/tags/component%2btesting">component testing</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/iot">iot</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/webinar">webinar</category><category domain="https://community.element14.com/products/manufacturers/keysight/tags/keysight%2bfrom%2bthe%2blab">keysight from the lab</category></item></channel></rss>