SCPI.CALCulate(Ch).SELected.FORMat
对象类型
属性(读写)
语法
SCPI.CALCulate(Ch).SELected.FORMat = Param
Param = SCPI.CALCulate(Ch).SELected.FORMat
说明
这个命令设置/获取选择通道(Ch)的激活迹线的数据格式。
变量
参数 |
Param |
说明 |
数据格式 |
数据类型 |
字符串型(String) |
范围 |
从下列各项中选择:
|
预置值 |
“MLOGarithmic” |
实例
Dim Fmt As String
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.FORMat = "smit"
Fmt = SCPI.CALCulate(1).SELected.FORMat
相关对象
SCPI.CALCulate(Ch).PARameter(Tr).SELect
等效键
Format > Log Mag|Phase|Group Delay|Lin Mag|SWR|Real|Imaginary|Expand Phase| Positive Phase
Format > Smith > Lin/Phase|Log/Phase|Real/Imag|R+jX|G+jB
Format > Polor > Lin/Phase|Log/Phase|Real/Imag
等效SCPI命令
语法
:CALCulate{[1]-36}[:SELected]:FORMat {MLOGarithmic|PHASe|GDELay| SLINear|SLOGarithmic|SCOMplex|SMITh|SADMittance|PLINear|PLOGarithmic|POLar|MLINear|SWR|REAL| IMAGinary|UPHase|PPHase}
:CALCulate{[1]-36}[:SELected]:FORMat?
查询响应
{MLOG|PHAS|GDEL|SLIN|SLOG|SCOM|SMIT|SADM|PLIN|PLOG|POL|MLIN|SWR| REAL|IMAG|UPH|PPH}<newline><^END>
应用实例
10 OUTPUT 717;":CALC1:FORM SLIN"
20 OUTPUT 717;":CALC1:FORM?"
30 ENTER 717;A$