SCPI.SYSTem.COMMunicate.GPIB.SGENerator.TYPE
对象类型
属性(读写)
语法
SCPI.SYSTem.COMMunicate.GPIB.SGENerator.TYPE = Value
Value = SCPI.COMMunicate.GPIB.SGENerator.TYPE
说明
这个命令设置/获取在用外部信号源的类型。
变量
参数 |
Value |
说明 |
外部信号源的类型设置 1: 用户定义 2: 8643A、8644B、8664A、8665A/B 3: 8648A/B/C/D、ESG系列、PSG系列 |
数据类型 |
长整型(long) |
范围 |
1到3 |
预置值 |
3 |
注 |
如果指定变量超出允许的设置范围,执行时就会出错。 |
应用实例
Dim SGtype As long
SCPI.SYSTem.COMMunicate.GPIB.SGENerator.TYPE = 2
SGtype = SCPI.SYSTem.COMMunicate.GPIB.SGENerator.TYPE
相关对象
SCPI.SYSTem.COMMunicate.GPIB.SGENerator.CCOMmand.FREQuency
SCPI.SYSTem.COMMunicate.GPIB.SGENerator.CCOMmand.POWer
SCPI.SYSTem.COMMunicate.GPIB.SGENerator.CCOMmand.PRESet
SCPI.SYSTem.COMMunicate.GPIB.SGENerator.CCOMmand.RFON
SCPI.SYSTem.COMMunicate.GPIB.SGENerator.DWELl
等效键
System > Misc Setup > GPIB Setup > Signal Generator Address > Custom Commands|8643A,8644B,8664A,8665A/B|8648A/B/C/D,ESG Series,PSG Series
系统 > Misc设置 > GPIB设置 > 信号发生器地址 > 定制命令|8643A、8644B、8664A、8665A/B|8648A/B/C/D、ESG系列、PSG系列
等效SCPI命令
语法
:SYSTem:COMMunicate:GPIB:SGENerator:TYPE <numeric>
:SYSTem:COMMunicate:GPIB:SGENerator:TYPE?
查询响应
{value}<newline><^END>
应用实例
10 OUTPUT 717;":SYST:COMM:GPIB:SGEN:TYPE 2"
20 OUTPUT 717;":SYST:COMM:GPIB:SGEN:TYPE?"
30 ENTER 717;A