03-04-2010 08:00 PM
I want to read the software options of the radito communication test(Rohde&schwarz CMU200), using the GPIB command. The command "SYSTem:OPTions?" only displays the hardware options of CMU200. How to get the software options?Thanks
03-04-2010 11:10 PM
03-05-2010 04:10 AM
Hi,
you have to take care while programming the CMU200. Only the base functionality/instrument is addressed with e.g. GPIB::20::Instr. For the applications e.g. WCDMA you have to assign GPIB sub-addresses to address the so called sub-instruments, e.g. address 1 for WCDMA non-signaling. To address no this sub-instrument you have to uses following address: GPIB::20::1::Instr.
Please contact the R&S Customer support for further info or get started using the instrument drivers. For the drivers a bunch of application examples are available, see CMU product site at R&S
regrads juergen