SCPI.MMEMory.STORe.RLIMit

E5071C

SCPI.MMEMory.STORe.RLIMit

对象类型

属性(只写

语法

SCPI.MMEMory.STORe.RLIMit = File

说明

这个命令将工作通道(由SCPI.DISPlay.WINDow(Ch).ACTivate命令指定)的活动迹线(由SCPI.CALCulate(Ch).PARameter(Tr).SELect命令指定)的波动极限列表保存到CSV格式的文件中。

  • 指定带有.sta扩展名的文件名。当您写入目录名和文件名时,用“\”(反斜线)或“/”(斜线)将其分开。

    如果已经存在与指定文件名相同的文件,则会重写其内容。

变量

参数

File

说明

保存波动极限列表的文件名(扩展名为“.csv”)

数据类型

字符串型(String)

范围

254个字符或更少

如果指定的文件不存在,就会出现运行时错误。

实例(1)

SCPI.DISPlay.WINDow(1).ACTivate
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.MMEMory.STORe.RLIMit = "D:\Rlimit01.csv"

实例(2)

SCPI.DISPlay.WINDow(1).ACTivate
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.MMEMory.STORe.RLIMit = "test/Rlimit01.csv"

相关对象

SCPI.DISPlay.WINDow(Ch).ACTivate

SCPI.CALCulate(Ch).PARameter(Tr).SELect

SCPI.MMEMory.LOAD.RLIMit

等效键

Analysis > Ripple Limit > Edit Ripple Line > Export to CSV File

分析 > 波动极限 > 编辑极限线 > 导出到CSV文件中

等效SCPI命令

语法

:MMEMory:STORe:RLIMit <string>

应用实例

10 OUTPUT 717;":MMEM:STOR:RLIM ""RTest1/Rlim01.csv"""

10 OUTPUT 717;":MMEM:STOR:RLIM ""D:Rlim01.csv"""