• 发文章

  • 发资料

  • 发帖

  • 提问

  • 发视频

创作活动
0
登录后你可以
  • 下载海量资料
  • 学习在线课程
  • 观看技术视频
  • 写文章/发帖/加入社区
返回

电子发烧友 电子发烧友

  • 全文搜索
    • 全文搜索
    • 标题搜索
  • 全部时间
    • 全部时间
    • 1小时内
    • 1天内
    • 1周内
    • 1个月内
  • 默认排序
    • 默认排序
    • 按时间排序
  • 全部板块
    • 全部板块
大家还在搜
  • 使用Agilent 33500B波形发生器返回本地

    ”什么都不做? 2.查看程序员手册,它说将33500B返回到本地,“从远程接口执行IEEE-488 GTL(Go To Local)命令”。但是,那个命令是什么?我尝试过像“* GTL”这样的SCPI

    2018-10-29 16:10

  • 求助,error flash espcom主板变砖了吗?

    0x00000 -cf /var/folders/8t/bfs2gtl52wj78bxgtl5f51pm0000gn/T/arduino-create-agent394983170/Blink.bin

    2023-05-25 08:43

  • AD自己做异形焊盘,出Gerber时在GPT层看不到,在GTP和GTS就可以看到,这是为啥?

    本人新手,AD自己做异形焊盘,出Gerber时在GPT层看不到,在GTP和GTS就可以看到,这是为啥?如图

    2018-04-10 12:03

  • 通过同轴电缆创建简单时钟输出的问题如何解决

    (LOC)。我试过用Linux取代包装针但没有运气。出于我可能出错的想法,我尝试了其他单端I / O标准(LVTTL,GTL)甚至是差分标准,但Iconstantly无法生成比特流。如果你可以请我指向我在错误设计或xdc中出错的地方,我将不胜感激!先谢谢你!最好的祝福,Mageo17

    2020-05-22 15:45

  • 34410A u***是否有命令在进行测量后将仪表从远程模式中取出

    是否有命令在进行测量后将仪表从远程模式中取出。我正在使用VISA COM 3.0同时使用c#和VBA。我的用户抱怨不得不按“本地”按钮。 以上来自于谷歌翻译 以下为原文Is there a command to take the meter out of remote mode after taking a measurement. I am using VISA COM 3.0 with both c# and VBA. My users are complaining about having to push the Local button.

    2018-12-07 16:01

  • 可以在ESG上远程启用Mod Status Info吗?

    是否可以远程启用调制状态信息屏幕的显示(按下FM,AM或ФM时出现)?在* RST后跟其他程序命令后,屏幕的这一部分为空白。我注意到类似的N9xxx系列(AM按钮按下)请求,但它似乎是一个不同的问题(旧固件转速的空白屏幕)。谢谢。巢穴 以上来自于谷歌翻译 以下为原文Is it possible to remotely enable the display of the modulation status information screen (which comes up when FM, AM or ФM are pressed)? After a *RST followed by other program commands, this part of the screen is blank. I noticed a similar request for a N9xxx series (AM button press) but it seemed like a different issue (blank screen from old firmware rev). Thanks. Den

    2018-11-20 10:39

  • 为什么除了RS232之外我无法执行任何命令?

    大家好,我在HPIB上发送“OUTPut OFF”后尝试将我的E3634A置于本地模式。我查看了编程手册,但除了RS232之外我无法执行任何命令。任何帮助都会受到赞赏.RegardsCengiz EKENP.S:我正在使用C#和agvisa.dll 以上来自于谷歌翻译 以下为原文Hi All,I try to put my E3634A into local mode after sending "OUTPut OFF" over HPIB. I have looked through the programming manual but I could not fing any command to do that except over RS232.Any help would be appreciated.RegardsCengiz EKENP.S: I am using C# and agvisa.dll

    2019-08-13 10:50

  • 网络分析器LOCAL命令编程表单是否会影响IO接口

    亲爱的先生:我正在使用交互式仪器控制程序(Agilent Connection Expert)对我的测试仪器进行编程。我注意到在此软件环境中没有等效的LOCAL命令。在HPBASIC环境中,典型的工作命令是:LOCAL 716在QUICKBASIC环境中,典型的工作命令是:CALL IOLOCAL(716&)我的第一个问题是LOCAL命令的形式是否影响IO接口(例如GPIB卡)或者其他接口,例如USB到GPIB),然后是网络分析仪,或者命令只能解决网络分析仪的问题?一般来说,你能告诉我这个命令是否会影响IO接口,如果是这样,你能告诉我怎么做吗?我的查询的最终应用是写一个兼容的字符串命令,它将执行LOCAL命令的功能。任何人都可以就如何完成这项任务提出任何建议吗?是否有一个简单的命令可以输入到交互式仪器控制程序中,该程序将作为等效的本地命令运行而不会返回错误?编辑:SOLT_guy于2012年12月7日上午10:49编辑:SOLT_guy于2012年12月10日上午6:10 以上来自于谷歌翻译 以下为原文Dear Sir: I was programming my test instrument using an interactive, instrument control, program (Agilent Connection Expert).I noticed that an equivalent LOCAL command is not available in this software environment. In the HPBASIC environment a typical working command is:LOCAL 716 In the QUICKBASIC environment a typical working command is:CALL IOLOCAL(716&) My first question is do the forms of the LOCAL command operate to affect the IO interface (eg. GPIB Card or other interface, eg. USB to GPIB) first and then the network analyzer, or does the command only address the network analyzer?In general, can you tell me if this command affects the IO interface and, if so, can you tell me how? The end application of my query is write a compatible string command that will perform the function of the LOCAL command.Can anyone offer any advice on how I go about accomplishing this task?Is there a simple command that I can input into an interactive instrument control program that will operate as an equivalent local command and not return an error? Edited by: SOLT_guy on Dec 7, 2012 10:49 AMEdited by: SOLT_guy on Dec 10, 2012 6:10 AM

    2019-04-16 10:54

  • 系统本地/远程安捷伦33611a缺少SCPI命令

    嗨,我正在使用33250A的程序,但我需要使用此程序给其他人使用33611A因为我不能再购买33250A了。问题是,33250a labview驱动程序不适用于33611a。我需要更改程序并构建其他驱动程序才能使用它。一些SCPI命令不一样......在程序中我需要让用户更改一些设置,使用33250A我使用SYST:LOC以便离开REMOTE ..但是使用33611A我无法使用它。我在用户手册中找不到此命令。有没有人知道怎么离开SCPI Command远程访问而不是每次都按下系统按钮?感谢编辑:clerytestia于2015年3月4日上午6:46 以上来自于谷歌翻译 以下为原文Hi , i'm using a program using 33250A, but i need to use this program for someone elseusing 33611A cause i cannot purchase 33250A anymore. The thing is, the 33250a labview driver doesn't work with33611a. I need to change the programm and build an other driver in order to use it. Some SCPI command are not the same... In the program i need to let the user change some settings , with 33250A i use SYST:LOC in order to leave REMOTE access.. but with 33611A i cannot use it. I cannot find this command in the user manual. does anyone know HOW to leave Remote access by SCPI Command without pushing system button every time? ThanksEdited by: clerytestia on Mar 4, 2015 6:46 AM

    2018-11-13 10:24

  • E444XA用于本地模式的频谱分析仪系列scpi命令找不到

    你好,我正在使用上面描述的PSA频谱分析仪系列,我正在试图找出scpi命令将仪器从远程模式返回到本地模式。我查看了E4440-90607.pdf文档,但找不到它的命令。在页334,它讨论了此段落中的此类命令:一个本地函数,它是远程命令的补充,导致仪器返回到具有完全启用的前面板的本地控件(有时称为:local,resume)。但我找不到这样的命令。有人可以发布scpi命令吗?谢谢,rok 以上来自于谷歌翻译 以下为原文Hello, I'm using the PSA spectrum analyzer family described above and I'm trying to figure out the scpi command to return the instrument back to local mode from remote mode. I looked in the E4440-90607.pdf document, but could not find a command for it. On page 334, it talks about such a command from this paragraph: A local function that is the complement to the remote command, causing aninstrument to return to local control with a fully enabled front panel (sometimescalled: local, resume). But I could not find such a command. Can someone post the scpi command for that? Thanks, rok

    2019-03-07 09:34