- 易迪拓培训,专注于微波、射频、天线设计工程师的培养
SCPI.CALCulate(Ch).SELected.DATA.FMEMory
对象类型
属性(读写)
语法
SCPI.CALCulate(Ch).SELected.DATA.FMEMory = Data
Data = SCPI.CALCulate(Ch).SELected.DATA.FMEMory
说明
这个命令针对选择通道(Ch)的激活迹线设置/获取格式化内存数组。
数组数据元素的数据格式(由SCPI.CALCulate(Ch).SELected.FORMat对象指定)各不相同。如欲了解有关格式化内存数组的更多信息,请参见内部数据处理。
如果因无效测量而没有计算有效数据,读出1.#QNB。
变量
参数 | Data |
说明 | 表示NOP(测量点的数量)*2的数组数据(格式化内存数组)。n为1到NOP之间的整数。
数组索引从0开始。 |
数据类型 | 变量类型(Variant) |
注 | 如果设置格式化内存数组时没有NOP(测量点数) 2的数组数据,执行时就会出错,并忽略该对象。 |
实例
Dim FmtMem As Variant
SCPI.SENSe(1).SWEep.POINts = 201
SCPI.CALCulate(1).PARameter(1).SELect
FmtMem = SCPI.CALCulate(1).SELected.DATA.FMEMory
SCPI.CALCulate(1).PARameter(2).SELect
SCPI.CALCulate(1).SELected.DATA.FMEMory = FmtMem
相关对象
SCPI.CALCulate(Ch).PARameter(Tr).SELect
SCPI.SENSe(Ch).SWEep.POINts
SCPI.CALCulate(Ch).SELected.FORMat
SCPI.CALCulate(Ch).SELected.DATA.FDATa
SCPI.CALCulate(Ch).SELected.DATA.SMEMory
等效键
前面板上没有等效键。
等效SCPI命令
语法
:CALCulate{[1]-36}[:SELected]:DATA:FMEMory <numeric 1>,?nbsp;,<numeric NOP*2>
:CALCulate{[1]-36}[:SELected]:DATA:FMEMory?
查询响应
{numeric 1},?nbsp;,{numeric NOP*2}<newline><^END>
应用实例
10 DIM A(1:201,1:2)
20 OUTPUT 717;":CALC1:DATA:FMEM?"
30 ENTER 717;A(*)
上一篇:SCPI.CALCulate(Ch).SELected.DATA.SDATa
下一篇:SCPI.CALCulate(Ch).SELected.DATA.FDATa