[SENSe:]DATA2 Subsystem

This subsystem retrieves or clears secondary measurements.

[SENSe:]DATA2?

Retrieves the secondary measurement.

Parameter Typical Return
(none) See example below

Configure DC voltage measurements using the 10 V range with 1 mV resolution. Select peak-to-peak as the secondary measurement. Make and retrieve measurements.

CONF:VOLT:DC 10,0.001
VOLT:DC:SEC "PTP"
READ?;DATA2?

 

Typical Response: -1.84694879E-03;-2.23115575E-03,+5.98403324E-04,+2.82955909E-03 (Data returned in this order: DCV reading, Min Peak, Max Peak, Peak-to-Peak)

[SENSe:]DATA2:CLEar[:IMMediate]

Clears the latest result(s) of the secondary measurement. This is typically used to clear the accumulated history of the peak-to-peak function ([SENSe:]VOLT:[DC:]SECondary "PTPeak" or [SENSe:]CURRent:[DC:]SECondary "PTPeak").

Parameter Typical Return
(none) See example below

Configure DC voltage measurements using the 10 V range with 1 mV resolution. Select peak-to-peak as the secondary measurement. Make and retrieve measurements.

CONF:VOLT:DC 10,0.001
VOLT:DC:SEC "PTP"
READ?;DATA2?

Typical Response: -1.84694879E-03;-2.23115575E-03,+5.98403324E-04,+2.82955909E-03 (Data returned in this order: DCV reading, Min Peak, Max Peak, Peak-to-Peak)

Later, clear peak-to-peak secondary measurement data. Make and retrieve measurements.

DATA2:CLE
READ?;DATA2?

Typical Response: +1.29177114E-03;+6.07221096E-04,+3.43677658E-03,+2.82955548E-03 (Data returned in this order: DCV reading, Min Peak, Max Peak, Peak-to-Peak)