- 易迪拓培训,专注于微波、射频、天线设计工程师的培养
SCPI.CALCulate(Ch).FSIMulator.BALun.TOPology.PROPerty.STATe
对象类型
属性(读写)
语法
SCPI.CALCulate(Ch).FSIMulator.BALun.TOPology.PROPerty.STATe = Status
Status = SCPI.CALCulate(Ch).FSIMulator.BALun.TOPology.PROPerty.STATe
说明
当使用平衡――不平衡转换时,这个命令针对选择的通道(Ch)开启/关闭拓扑设置的属性显示。
变量
参数 | Status |
说明 | 开启/关闭拓扑设置的属性显示 |
数据类型 | 布尔型(Boolean) |
范围 | 从下列各项中选择。
|
预置值 | 假或关闭 |
实例
Dim TopProp As Boolean
SCPI.CALCulate(1).FSIMulator.BALun.TOPology.PROPerty.STATe = True
TopProp = SCPI.CALCulate(1).FSIMulator.BALun.TOPology.PROPerty.STATe
等效键
Analysis > Fixture Simulator > Topology > Property
等效SCPI命令
语法
:CALCulate{[1]-36}:FSIMulator:BALun:TOPology
:PROPerty:STATe {ON|OFF|1|0}
:CALCulate{[1]-36}:FSIMulator:BALun:TOPology
:PROPerty:STATe?
查询响应
{1|0}<newline><^END>
应用实例
10 OUTPUT 717;":CALC1:FSIM:BAL:TOP:PROP:STAT ON"
20 OUTPUT 717;":CALC1:FSIM:BAL:TOP:PROP:STAT?"
30 ENTER 717;A
上一篇:SCPI.CALCulate(Ch).FSIMulator.BALun.TOPology.SBALanced.PPORts
下一篇:SCPI.CALCulate(Ch).FSIMulator.BALun.TOPology.BBALanced.PPORts