FETCh[:SCALar]:CURRent:LOW?
FETCh[:SCALar]:VOLTage:LOW?
Returns the Low level of a pulse waveform. Values returned are either in amperes, or volts. See
Measurement
Types.
Parameter
(none)
Returns the measured low level voltage FETC:VOLT:LOW?
FETCh[:SCALar]:CURRent:MAXimum?
FETCh[:SCALar]:VOLTage:MAXimum?
FETCh[:SCALar]:POWer:MAXimum]?
FETCh[:SCALar]:CURRent:MINimum?
FETCh[:SCALar]:VOLTage:MINimum?
FETCh[:SCALar]:POWer:MINimum]?
Returns the maximum or minimum value. Values returned are either in amperes, volts, or watts.
Parameter
(none)
Returns the measured maximum current FETC:CURR:MAX?
Returns the measured minimum voltage FETC:VOLT:MIN?
Returns the measured maximum power FETC:POW:MAX?
FETCh:AHOur? [IGNORE_OVLD]
FETCh:WHOur? [IGNORE_OVLD]
FETCh:AHOur? - Returns the accumulated amp-hours.
FETCh:WHOur? - Returns the accumulated watt-hours.
See
Amp-Hour and Watt-Hour Measurements
If any measurement sample was overrange, the query returns SCPI Not a Number (9.91E37). If the
optional IGNORE_OVLD parameter is sent, the accumulated measurement will be returned even if
some samples were outside of the measurement range.
Parameter
IGNORE_OVLD ignore overload measurements
Returns the amp-hour measurement FETC:AHO?
Returns the watt-hour measurement FETC:WHO?
Keysight RP7900 Series Operating and Service Guide
5 SCPI Programming Reference
Typical Return
<LOW value>
Typical Return
<MIN value>
<MAX value>
for details.
Typical Return
<amp-hours>
<watt-hours>
203