3: Functions and features Model DMM7510 7½ Digit Graphical Sampling Multimeter
3-6 DMM7510-901-01 Rev. B / May 2015
Setting a relative offset value
You can set a specific relative offset value using the front panel or remote commands.
Using the front panel:
1. Press the FUNCTION key and select the measure function.
2. Press the MENU key.
3. Select Calculations.
4. For Rel, select On.
5. Select the button next to Rel Value.
6. Enter the value and select OK.
Over a remote interface:
• SCPI commands: Refer to [:SENSe[1]]:<function>:RELative (on page 6-92) and
[:SENSe[1]]:<function>:RELative:STATe (on page 6-96).
• TSP commands: Refer to dmm.measure.rel.level (on page 8-181) and dmm.measure.rel.enable
(on page 8-180).
Using SCPI commands:
Send the commands:
:SENSe:FUNCtion "VOLTage"
:SENSe:VOLTage:RELative <n>
:SENSe:VOLTage:STATe ON
Where <n> is the amount of the offset.
To set the relative offset for another function, replace VOLTage with CURRent or RESistance.
Using TSP commands:
Send the commands:
dmm.measure.func = dmm.FUNC_DC_VOLTAGE
dmm.measure.rel.level = relValue
dmm.measure.rel.enable = dmm.ON
Where relValue is the relative offset value.
To set the relative offset for another function, replace dmm.FUNC_DC_VOLTAGE with
dmm.FUNC_DC_CURRENT or dmm.FUNC_RESISTANCE.