您好,如果您使用IVI驱动程序+设置,那么您需要对所有非集成命令使用Pass Thru命令,例如GCA,IMD,Time Domain和许多其他非固有集成的高级功能
IVI驱动程序中的直接函数调用。
通过调用+ agilentNAClass.System.IO.IO.WriteString(“YourCommandHere”)+类型调用来调用pass thru。
还有一个等效的READ。
真诚的,tsilchia
以上来自于谷歌翻译
以下为原文
Hello,
If you are +set on using an IVI driver+ then you would need to use the Pass Thru command for all non-integrated commands, such as GCA, IMD, Time Domain and a multitude of other advanced capabilities that are not inherently integrated as a direct function call within the IVI driver.
The pass thru is invoked via a call to the +agilentNAClass.System.IO.IO.WriteString("YourCommandHere")+ type call. There is an equivalent READ as well.
Sincerely,
tsilchia
您好,如果您使用IVI驱动程序+设置,那么您需要对所有非集成命令使用Pass Thru命令,例如GCA,IMD,Time Domain和许多其他非固有集成的高级功能
IVI驱动程序中的直接函数调用。
通过调用+ agilentNAClass.System.IO.IO.WriteString(“YourCommandHere”)+类型调用来调用pass thru。
还有一个等效的READ。
真诚的,tsilchia
以上来自于谷歌翻译
以下为原文
Hello,
If you are +set on using an IVI driver+ then you would need to use the Pass Thru command for all non-integrated commands, such as GCA, IMD, Time Domain and a multitude of other advanced capabilities that are not inherently integrated as a direct function call within the IVI driver.
The pass thru is invoked via a call to the +agilentNAClass.System.IO.IO.WriteString("YourCommandHere")+ type call. There is an equivalent READ as well.
Sincerely,
tsilchia
举报