Because the HP 1472 is a register based device, it is not possible to use word serial commands like WSwrt() to access the device. There are two alternatives you can look at:
First, I recommend that you consider using an instrument driver to access your device. I looked on our instrument driver network at
www.ni.com/idnet and found instrument drivers for the HP 1472 for both LabVIEW and CVI (you can use the CVI driver with other C environments as well).
The alternative is to use register level commands directly. For example, if you are using VISA functions, you could use viIn() or viOut(). This is not as easy as using an instrument driver, but if you need to use register level commands, Agilent should provide a regist
er map for their device that details what registers you would need to write to and read from to use your HP 1472 properly.
NI-VISA Programmer Reference ManualNI-VISA User ManualBest of luck! -Josh H.