Coulombs Measurements 5-5
SCPI programming
A) SENSe:FUNCtion <name>
Parameters ‘CHARge’ Coulombs function
‘CURRent’ Amps function
‘VOLTage’ Volts function
‘RESistance’ Ohms function
Note that the parameter names are enclosed in single quotes (‘). However, double quotes (“)
can instead be used. Each measurement function “remembers” its own unique range setting.
B) SENSe:DATA?
This command does not trigger a reading. It simply returns the last “raw” reading string. It
will not return the result of any instrument calculation. The reading reflects what is applied to
the input.
To return a fresh (new) reading, you can send the INITiate command to trigger one or more
readings before sending :DATA?. Details on INITiate are provided in Section 9.
While Model 6514 is busy performing measurements, the :DATA? command will not return
the reading string until the instrument finishes and goes into the idle state.
Table 5-1
SCPI commands — coulombs function
Commands Description Default Ref
[SENSe] SENSe Subystem:
:FUNCtion ‘CHARge’ Select coulombs function. VOLT A
:DATA? Return latest “raw” reading. B
:CHARge
:ADIScharge Auto discharge:
[:STATe] <b> Enable or disable auto discharge. OFF
:LEVel <NRf> Set auto discharge level; -2.1e-5 to 2.1e-5. 2e-6
INITiate Trigger one or more readings. B
READ? Trigger and return reading(s). B