- 易迪拓培训,专注于微波、射频、天线设计工程师的培养
SCPI.SYSTem.ISPC.PORT
录入:edatop.com 点击:
对象类型
属性(读写)
语法
SCPI.SYSTem.ISPControl.PORT = Value
Status = SCPI.SYSTem.ISPControl.PORT
说明
当初始源端口控制功能处于开启状态时,这个命令设置/获取选择的测试端口,以用于激励目标。
变量
参数 | Value |
说明 | 选择的端口 |
数据类型 | 长整型(Long) |
范围 | 1到4 |
预置值 | 1 |
实例
SCPI.INIT(ch).CONT = False
SCPI.SYST.ISPC.STAT = True
SCPI.SYST.ISPC.PORT = 1
相关对象
SCPI.SYSTem.ISPC.STAT
等效键
System > Service > Init Src Port [1|2|3|4]
系统 > 服务 > Init Src Port [1|2|3|4]
等效SCPI命令
语法
:SYSTem:ISPControl:PORT <numeric>
:SYSTem:ISPControl:PORT?
查询响应
{1-4}<newline><^END>
应用实例
10 :INIT:CONT OFF
20 :SYSTem:ISPControl[:STATe] ON
30 :SYSTem:ISPControl:PORT 1