供电电压:3.3V想问下PE4259可以替代XMSSJR6G0BA-093?VDD_RF:_IN P Input voltage for power amplifier, VR_PAANT_SW_CTRL:Multipurpose digital I/O-RF switch control
2018-12-13 16:22
嗨,我只是希望DSO9254A在满足触发条件时将波形保存在硬盘中,但在“触发操作”中没有保存波形等操作。有可能吗? Senmeis 以上来自于谷歌翻译 以下为原文Hi, I just want DSO9254A to save waveforms in harddisk when a trigger condition is fulfilled, but in "Trigger Action" there is no such action as saving waveform. Is it possible at all? Senmeis
2018-12-21 16:21
;multipurpose on trigger" and "save all waveforms". Thanks alot for any help in advance.
2019-03-07 06:16
这很奇怪。我只是试图使用Fluke 289的探头测量温度。显然,34461a不接受它。但那不是我的问题。在尝试测量之后(并因此得到“-OVERLOAD”),我现在在显示器上有一条水平的白线,它不会消失。它大约位于屏幕中间并在重启,完全断电等后仍然存在。我甚至可以在第一个启动屏幕上看到它。有任何想法吗?我无法想象使用错误的温度探测会导致硬件缺陷,但我想这是可能的。任何人都有任何想法?编辑:经济学家于2014年6月24日上午12:26 以上来自于谷歌翻译 以下为原文This is odd. I was just attempting to measure temperature using the probe from my Fluke 289. Apparently it's not accepted by the 34461a. But that's not my problem. Right after attempting the measurement (and getting "-OVERLOAD" as a result), I now have a horizontal white line on my display that won't go away. It's approximately in the middle of the screen and remains after reboot, full power down, etc. I can even see it on the very first boot-up screens. Any ideas? I can't imagine using the wrong temp probe would cause a hardware flaw, but I guess it's possible. Anyone have any ideas?Edited by: economist on Jun 24, 2014 12:26 AM
2018-11-23 10:51
嗨,我有一台3D系统的3D扫描仪,配有英特尔实感SR300摄像头。我想知道是否有人知道扫描仪附带的软件中低到高几何分辨率的含义。提前谢谢你花时间回答我的问题。以上来自于谷歌翻译以下为原文Hi,I have a 3D scanner from 3D Systems that has the Intel RealSense SR300 camera. I would like to know if there is someone that know the meaning of low to high geometry resolution in the software that come with the scanner. Thank you in advance to take the time to answer my question.
2018-11-30 11:13
您好,任何人都可以推荐条形码阅读器用于VEE应用程序。我更喜欢串口设备,但可以使用USB。此外,任何有关设备软件界面(dll,AXetc)的战争故事都会非常受欢迎。非常感谢安迪-------------
2019-11-04 09:56
所以我试着用PSoC Creator 2.2打开我的项目。PSoC Creator从不上我的电脑。iCek的过程,它表明有一个过程的PSoC Creator,但它从来没有打开启动菜单的PSoC创建者2.2或我的工作区。 以上来自于百度翻译 以下为原文So I am trying to open my project with PSoC Creator 2.2. PSoC Creator never loads up on my computer. Icheck the processes and it shows that there is a process for PSoC Creator, but it never opened the starting menu of PSoC Creator 2.2 or my workspace.
2019-07-04 11:39
什么是ARM?MCU的硬件最小系统实什么?
2021-11-08 07:50
USB to Multipurpose UART/FIFO IC2.2ADA4051-2 x21.8V, μPOWER, ZERO-DRIFT, RRIO DUAL
2018-09-28 15:14
>那么是ADO还是VEE?我很确定它的VEE。像VB和.Net这样的ADO使用OLE自动化日期格式(OADate)。 >来自MDSN-Website:“OLE自动化日期实现为浮点数,其值为1899年12月30日午夜的天数。”如果在VB中使用ADO并使用R = Recordset读出日期字段(“DateField”)和R被定义为一个实际值,你可以看到R是OADate格式。但是在VEE中做同样的事情给了我们一个VEE日期格式的真实值(自00:00开始的秒数)公元0001年1月1日)所以必须在某处从OADate转换到VEEDate。还有虫子!这是VEE!有趣的是,如果你在VEE中执行以下(无意义)操作:Recordset(“DateField”)= Recordset(“DateField”)来读出字段值并将其写回,不会发生错误。使用变量来存储读数很糟糕:X = Recordset(“DateField”)Recordset(“DateField”)= X我们在夏令时添加当前时区偏移量(不是我在第一封邮件中写的'节省时间')显然日期转换不会发生在第一条指令中>或者它是愚人节的笑话?格奥尔格回答乔治安德鲁?并且>当我们在数据库中讨论> DbDateTime字段时,他正在说文件系统?我觉得我们做错了!> -SHAWN-呵呵,这让你感到困惑?所以你背叛自己是一个机器人,是吗?不,正如安德鲁写的那样,他观察到了与文件系统不同的夏令时相关效果。但这与这个VEE bug无关.GeorgGeorg Nied Software-Development Hansestr。 7 51149科隆德国电话:+49(2203)9770915传真:+49(2203)9770924电子邮件:info@gn-software.de---您目前订阅了vrf:r***@soco.agilent.com订阅发送一封空白的电子邮件至“join-vrf@it.lists.it.agilent.com”。要取消订阅,请发送一封空白电子邮件至“leave-vrf@it.lists.it.agilent.com”。要向此邮件列表发送邮件,发送电子邮件至“vrf@agilent.com”。如果您需要有关邮件列表的帮助,请发送邮件至“owner-vrf@it.lists.it.agilent.com”。 以上来自于谷歌翻译 以下为原文> So is it ADO or is it VEE? I'm pretty sure its VEE. ADO like VB and .Net uses the OLE Automation Date Format (OADate). >From MDSN-Website:"An OLE Automation date is implemented as a floating-point number whose value is the number of days from midnight, 30 December 1899."If you use ADO in VB and read out the date field withR=Recordset("DateField")and R being defined as a real value you can see that R is of the OADate format.But doing the same in VEE gives us a real value that is in VEE Date Format ( number of seconds since 00:00 hours 1 January 0001 AD)So there must be a conversion from OADate to VEEDate somewhere. And there is the bug! And this is VEE!Interestingly if you do the following (senseless) operation inside VEE: Recordset("DateField")=Recordset("DateField")to read out the field value and write it back, no error occurs. Using a variable to store the readout sucks: X=Recordset("DateField") Recordset("DateField")=XHere we add the current timezone offset when in daylight saving time (not 'time saving' as I wrote in my first mail)Obviously the date conversion does not take place in the first instruction> Or is it an April Fools joke? So Georg is replying to Georg as Andrew? And> he's saying something about the file system when we're talking about a> DbDateTime field in a database? I think we done been spoofered!> -SHAWN-Hehe, that confuses you? So you betray yourself being a Bot, huh?No, as Andrew wrote, he had observed a different daylight saving time related effect regarding the file system. But that has nothing to do with this VEE bug.GeorgGeorg NiedSoftware-DevelopmentHansestr. 751149 CologneGermanyTel: +49 (2203) 9770915Fax: +49 (2203) 9770924E-Mail: info@gn-software.de---You are currently subscribed to vrf as: r***@soco.agilent.comTo subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".To send messages to this mailing list,email "vrf@agilent.com".If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
2019-09-02 09:41