- 易迪拓培训,专注于微波、射频、天线设计工程师的培养
SCPI.MMEMory.STORe.STATe
对象类型
属性(只写)
语法
SCPI.MMEMory.STORe.STATe = File
说明
此命令将仪器状态(要保存的内容由SCPI.MMEMory.STORe.STYPe对象指定)保存到文件中(文件扩展名为.sta)。
指定带有扩展名的文件名。当您使用目录名和文件名时,用(反斜线)或/(斜线)将其分开。
变量
参数 | File |
说明 | 保存仪器状态的文件名(扩展名为.sta) |
数据类型 | 字符串型(String) |
范围 | 254个字符或更少 |
注 | 如果已经存在与指定文件名相同的文件,则会重写其内容。 |
实例
Dim StaType As String
SCPI.MMEMory.STORe.STYPe = "cdst"
SCPI.MMEMory.STORe.STATe = "d:state01.sta"
Dim StaType As String
SCPI.MMEMory.STORe.STYPe = "cdst"
SCPI.MMEMory.STORe.STATe = "test/state01.sta"
相关对象
SCPI.MMEMory.STORe.STYPe
SCPI.MMEMory.LOAD.STATe
等效键
Save/Recall > Save State
保存/调用 > 保存状态
等效SCPI命令
语法
:MMEMory:STORe[:STATe] <string>
应用实例
10 OUTPUT 717;":MMEM:STOR ""Test1/State01.sta"""
10 OUTPUT 717;":MMEM:STOR ""D:State01.sta"""
上一篇:SCPI.MMEMory.STORe.STYPe
下一篇:SCPI.SENSe(Ch).CORRection.COLLect.CKIT.ORDer.SHORt(Cpt)


