Question
With the NRX how can I set a measurement result directly as a reference value for relative measurement via remote control?
With the NRX how can I set a measurement result directly as a reference value for relative measurement via remote control?
With the following command you start a process to set the next measurement result a reference value for relative measurements:
CALCulate<Measurement>:RELative<DirectionalChannel>:STATe SET
This means, after this command you have to initiate a new measurement and the result of this measurement will be used as reference value for the following relative measurements.
Here a little command sequence as example:
// Reset the device
*RST
*OPC?
// Switch to single measurement
INITiate:CONTinuous OFF
*OPC?
// Switch on relative measurement and use the next measurement value as reference value
CALCulate:RELative1:STATe SET
*OPC?
// Initiate a measurement. This is for the reference value.
INITiate
*OPC?
// Now the system is ready for relative measurement