Keysight E4428C ESG RF Programming Manual page 383

Signal generators
Table of Contents

Advertisement

[DllImport("agvisa32.dll", EntryPoint="viOpenDefaultRM")]
public static extern int OpenDefaultRM(out uint session);
[DllImport("agvisa32.dll", EntryPoint="viRead")]
public static extern int Read(
uint session,
byte[] buf,
uint count,
out uint retCount);
[DllImport("agvisa32.dll", EntryPoint="viSetAttribute")]
public static extern int SetAttribute(uint vi, VisaAttribute attribute, uint attrState);
[DllImport("agvisa32.dll", EntryPoint="viStatusDesc")]
public static extern int StatusDesc(uint vi, int status, byte[] desc);
[DllImport("agvisa32.dll", EntryPoint="viWrite")]
public static extern int Write(
uint session,
byte[] buf,
uint count,
out uint retCount);
}
}
Keysight Signal Generators Programming Guide
Creating and Downloading User–Data Files
Save and Recall Instrument State Files
375

Advertisement

Table of Contents
loading

Table of Contents