我开始编写SCPI命令,发现CALC:MARK:FUNC:DOM:USER:START注意如下:“注意:此命令与CALC相同:FUNC:DOM:USER:STAR”然后我注意到了IVI
过程调用:AgNA_ChannelMeasurementMarkerSetValueFromMarker(ViSession Vi,ViConstString RepCapIdentifier,ViInt32 Val);
所以看起来我可以在没有SCPI的情况下做到这一点。
以上来自于谷歌翻译
以下为原文
I started writing the SCPI commands and found that
CALC:MARK:FUNC:DOM:USER:START has note as follows:
"Note: This command does the same as CALC:FUNC:DOM:USER:STAR"
and then I noticed the IVI procedure call:
AgNA_ChannelMeasurementMarkerSetValueFromMarker ( ViSession Vi, ViConstString RepCapIdentifier, ViInt32 Val );
So it looks like I can do this without SCPI.
我开始编写SCPI命令,发现CALC:MARK:FUNC:DOM:USER:START注意如下:“注意:此命令与CALC相同:FUNC:DOM:USER:STAR”然后我注意到了IVI
过程调用:AgNA_ChannelMeasurementMarkerSetValueFromMarker(ViSession Vi,ViConstString RepCapIdentifier,ViInt32 Val);
所以看起来我可以在没有SCPI的情况下做到这一点。
以上来自于谷歌翻译
以下为原文
I started writing the SCPI commands and found that
CALC:MARK:FUNC:DOM:USER:START has note as follows:
"Note: This command does the same as CALC:FUNC:DOM:USER:STAR"
and then I noticed the IVI procedure call:
AgNA_ChannelMeasurementMarkerSetValueFromMarker ( ViSession Vi, ViConstString RepCapIdentifier, ViInt32 Val );
So it looks like I can do this without SCPI.
举报