SCPI.CALCulate(Ch).SELected.CORRection.EDELay.MEDium
对象类型
属性(读写)
语法
SCPI.CALCulate(Ch).SELected.CORRection.EDELay.MEDium = Param
Param = SCPI.CALCulate(Ch).SELected.CORRection.EDELay.MEDium
说明
这个命令选择介质类型,以计算选择通道(Ch)的电气延迟时间。
变量
参数 |
Param |
说明 |
选择计算电延迟时间的介质类型。 |
数据类型 |
字符串型(String) |
范围 |
从下列各项中选择:
|
预置值 |
“COAXial” |
实例
Dim EdelMed As String
SCPI.CALCulate(1).SELected.CORRection.EDELay.MEDium = "WAVeguide"
EdelMed = SCPI.CALCulate(1).SELected.CORRection.EDELay.MEDium
相关对象
SCPI.CALCulate(Ch).PARameter(Tr).SELect
SCPI.CALCulate(Ch).SELected.CORRection.EDELay.TIME
SCPI.CALCulate(Ch).SELected.CORRection.EDELay.WGCutoff
等效键
Scale > Electrical Delay > Media
等效SCPI命令
语法
:CALCulate{[1]-36}[:SELected]:CORRection:EDELay:MEDium {COAXial|WAVeguide}
:CALCulate{[1]-36}[:SELected]:CORRection:EDELay:MEDium?
查询响应
{COAXial|WAVeguide}<newline><^END>
应用实例
10 OUTPUT 717;":CALC1:CORR:EDEL:MED WAV"
20 OUTPUT 717;":CALC1:CORR:EDEL:MED?"
30 ENTER 717;A$