hello,
I'm trying to control an attenuator with visual studio 2010 in C++ whith VISA library and i want to permit the utilisator to choose the level of attenuation.
to realize this i need to send to the attenuator a specific command which is " A050," if i want the attenuation is 50 dB.
So i create this CString:
CString attenutation=( Cstring ) "A0" + value + (Cstring) "," ;