How do I use the Marker functions for the R&S FSH3 spectrum analyzer to make CW measurements?
Currently I use the following commands:
rsfsh_setActiveMarker (instrHandle, 1);
rsfsh_setMarkerPosition (instrHandle, 1.2276e9);
rsfsh_setMarkerTo (instrHandle, 0);
rsfsh_getMarkerValue (instrHandle, &marker_position, &ChannelPowerL2);
but I do not see any measurements being taken.
If I do it manually I just select Marker and enter the frequency and then I see the measurement on the spectrum analyzer.
brenda.gillcrist@navy.mil