完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
嗨,我在远程模式下使用SCPI命令进行脉冲生成时遇到有关接收器同步的问题。
如果我在本地模式下使用脉冲生成,它正在宽带检测模式下工作。 使用远程模式时,它无法在宽带模式下工作。 当以编程方式使用命令时,它会自动设置为窄带。 我正在为本地和远程模式操作附加五个快照。 1. * PulseGeneration_LocalMode.png *:它在本地模式下运行。 IFBW自动设置为150 KHz。 我在*自动选择脉冲检测方法*中选择了宽带模式。 2. * ReceiverSynchronization_LocalMode.png *:Pulse0 Delay自动设置在* Synchronize Receiver to Pulse Generator pulse0 *中。 在* Pulse Sync Trigger *中选择内部触发。 3. * PulseGeneration_RemoteMode.png *:我使用SCPI命令以编程方式生成脉冲,但此处IFBW设置为100KHz。 我用命令将IFBW设置为150 KHz(参见第1点)。 将IFBW设置为150 KHz后,我得到的值与* PulseGeneration_LocalMode.png *相同。 4. * ReceiverSynchronization_RemoteMode.png *:Pulse0 Delay在* Synchronize Receiver to Pulse Generator pulse0 *中显示0 psec。 我正在使用SCPI命令将源设置为* Pulse Sync Trigger *中的内部。 *我没有得到任何命令为接收器同步设置Pulse0 Delay *。 5. * PulseGeneration_RemoteMode_Narrowband.png *:这里我使用SCPI命令选择*自动选择脉冲检测方法*,但它在窄带模式下工作。 当使用本地模式时,它在宽带模式下工作(参见第1点)。 请帮我找到解决这个问题的方法。 最诚挚的问候,Ranjan ReceiverSynchronization_LocalMode.png5.9 MBPulseGeneration_RemoteMode.png6.6 MBReceiverSynchronization_RemoteMode.png5.5 MBPulseGeneration_RemoteMode_Narrowband.png5.8 MB 以上来自于谷歌翻译 以下为原文 Hi, I am facing problem regarding receiver synchronization while doing pulse generation in remote mode (using SCPI commands). It is working in Wideband detection mode if i use pulse generation in Local Mode. It is not working in wideband mode when remote mode is used. It is automatically set to narrowband when commands are used programmatically. I am attaching five snapshots for local and remote mode operation. 1. *PulseGeneration_LocalMode.png* : It is operated in Local Mode. Here IFBW is set to 150 KHz automatically. I have selected wideband mode in *Autoselect Pulse Detection Method*. 2. *ReceiverSynchronization_LocalMode.png* : Pulse0 Delay is automatically set in *Synchronize Receiver to Pulse Generator pulse0*. Internal trigger is selected in *Pulse Sync Trigger*. 3. *PulseGeneration_RemoteMode.png* : I used SCPI Commands to generate pulse programmatically, but here IFBW was set to 100KHz. I have used command to set IFBW as 150 KHz (refer point 1). After setting IFBW to 150 KHz i am getting same values as per *PulseGeneration_LocalMode.png*. 4. *ReceiverSynchronization_RemoteMode.png* : Pulse0 Delay is showing 0 psec in *Synchronize Receiver to Pulse Generator pulse0*. I am using SCPI command to set source as internal in *Pulse Sync Trigger*. *I am not getting any command to set Pulse0 Delay for receiver synchronization*. 5. *PulseGeneration_RemoteMode_Narrowband.png* : Here i have used SCPI command to select *Autoselect Pulse Detection Method*, but it is working in Narrowband mode. It was working in Wideband mode (refer point 1) when Local mode is used. Kindly help me to find solutions for this problem. Best Regards, Ranjan 附件 |
|
相关推荐
4个回答
|
|
您可以回复一些事情:固件版本,DSP版本(来自帮助对话框)您发送的命令执行各种设置:有命令写入脉冲发生器,以及用于发送几乎相同设置的不同命令
脉冲测量对话框。 然后我们可能有更好的机会将你排除在外。 以上来自于谷歌翻译 以下为原文 you might post back a few things: Firmware Rev, DSP rev (From the help about dialog) The commands you send to do the various setups: There are commands to write to the pulse generator, and different commands for sending almost the same settings to the pulse measurement dialog. Then we might have a better chance of sorting you out. |
|
|
|
脑洞大赛9 发表于 2018-12-17 21:02 固件版本:A.09.42.05 DSP版本:4.0(FPGA:23)系统CPU版本:4.0(1600 MHz)版本:79.0(发布)我在这个应用程序中使用LabVIEW。 用于在宽带模式下生成脉冲的命令: - SENS1:SWE:PULS:MODE STD SENS:SWE:PULS:DET 0 SENS:SWE:PULS:WID 1 SENS1:SWE:PULS:MAST:PER 0.001 SENS1:PULS1:WIDT 0.00001 (此处自动选择100KHz IFBW)SENS:BWID 150KHz SENS1:路径:CONF:ELEM:STAT“PulseModDrive”,“Pulse1”SENS:路径:CONF:ELEM'PulseTrigInput','Internal'SENS1:PULS0 1 SENS1:PULS1 1 TRIG:SCOP CURRENT关心,Ranjan编辑:Ranjan于2013年9月21日下午3:28 以上来自于谷歌翻译 以下为原文 Firmware Rev : A.09.42.05 DSP Rev : 4.0 (FPGA : 23) System CPU Version : 4.0 (1600 MHz) Build : 79.0 (Release) I am using LabVIEW for this application. Commands used to generate Pulse in Wideband Mode :- SENS1:SWE:PULS:MODE STD SENS:SWE:PULS:DET 0 SENS:SWE:PULS:WID 1 SENS1:SWE:PULS:MAST:PER 0.001 SENS1:PULS1:WIDT 0.00001 (Here 100KHz IFBW is selected automatically) SENS:BWID 150KHz SENS1:PATH:CONF:ELEM:STAT "PulseModDrive","Pulse1" SENS:PATH:CONF:ELEM 'PulseTrigInput', 'Internal' SENS1:PULS0 1 SENS1:PULS1 1 TRIG:SCOP CURRENT Regards, Ranjan Edited by: Ranjan on Sep 21, 2013 3:28 PM |
|
|
|
jiao80 发表于 2018-12-17 21:13 你好Dr_Joel,关于Pulse Generation的回复。 此致,Ranjan 以上来自于谷歌翻译 以下为原文 Hello Dr_Joel, Kindly reply regarding Pulse Generation. Regards, Ranjan |
|
|
|
jiao80 发表于 2018-12-17 21:13 > {quote:title = Ranjan写道:} {quote}>模式: - >> SENS1:SWE:PULS:MODE STD> SENS:SWE:PULS:DET 0> SENS:SWE:PULS:WID 1> SENS1:SWE: PULS:MAST:PER 0.001 Sens:swe:puls命令编程Integraded Pulse应用程序。 > SENS1:PULS1:WIDT 0.00001(此处自动选择100KHz IFBW)> SENS:BWID 150KHz> SENS1:路径:CONF:ELEM:STAT“PulseModDrive”,“Pulse1”> SENS:路径:CONF:ELEM'PulseTrigInput',' 内部'> SENS1:PULS0 1> SENS1:PULS1 1 Sens:Pulse命令直接编程脉冲发生器。 集成的脉冲应用程序具有许多自动或耦合行为。 问题是当您使用Sens:pulse命令后,您正在潜入集成脉冲应用程序并直接更改脉冲发生器(具有sperate编程接口)。 为获得最佳,最一致的行为,请跳过集成脉冲应用程序(Sens:Swe:puls)并直接编程脉冲发生器,调制器,IFBW。 如果您需要脉冲轮廓,只需编程集成脉冲应用程序。 以上来自于谷歌翻译 以下为原文 > {quote:title=Ranjan wrote:}{quote} >Mode :- > > SENS1:SWE:PULS:MODE STD > SENS:SWE:PULS:DET 0 > SENS:SWE:PULS:WID 1 > SENS1:SWE:PULS:MAST:PER 0.001 The Sens:swe:puls commands program the Integraded Pulse application. > SENS1:PULS1:WIDT 0.00001 (Here 100KHz IFBW is selected automatically) > SENS:BWID 150KHz > SENS1:PATH:CONF:ELEM:STAT "PulseModDrive","Pulse1" > SENS:PATH:CONF:ELEM 'PulseTrigInput', 'Internal' > SENS1:PULS0 1 > SENS1:PULS1 1 The Sens:Pulse commands program the pulse generator directly. The integraged pulse app has a lot of automated or coupled behaviour. The trouble is when you use the Sens:pulse commands after, you are sneaking under the integrated pulse app and directly changing the pulse generators (which have a sperate programming interface). For best, most consistent behavior, skip the integrated pulse app (Sens:Swe:puls) and just program the puls gen, modulator, IFBW directly. If you want pulse profile, just program the integrated pulse app. |
|
|
|
只有小组成员才能发言,加入小组>>
1213 浏览 0 评论
2344 浏览 1 评论
2147 浏览 1 评论
2017 浏览 5 评论
2897 浏览 3 评论
948浏览 1评论
关于Keysight x1149 Boundary Scan Analyzer
690浏览 0评论
N5230C用“CALC:MARK:BWID?”获取Bwid,Cent,Q,Loss失败,请问大佬们怎么解决呀
793浏览 0评论
1213浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-17 01:27 , Processed in 1.597674 second(s), Total 83, Slave 66 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号