Property (Read-Write)
SCPI.SENSe.PS(Ch).AVERage.STATe = Value
Value = SCPI.SENSe.PS(Ch).AVERage.STATe
This command sets/gets average ON/OFF, for the selected channel Ch.
Parameter |
Value |
Description |
Average (On/Off) |
Data Type |
Boolean type (Boolean) |
Range |
ON|OFF|1|0 |
Preset Value |
OFF |
Unit |
- |
Resolution |
- |
Preset Effect |
Yes |
Save-Recall Effect |
Yes |
Error |
- |
Dim Var as Boolean
Var= 1
SCPI.SENSe.PS1.AVERage.STATe = Var
Var = SCPI.SENSe.PS1.AVERage.STATe
SCPI.SENSe.PS(Ch).AVERage.CLEar
SCPI.SENSe.PS(Ch).AVERage.COUNt
PS Menu: Average/BW > Averaging
:SENSe:PS[1-1]:AVERage:STATe {ON|OFF|1|0}
:SENSe:PS[1-1]:AVERage:STATe?
{ON|OFF|1|0} <newline><^END>
10 OUTPUT 717;":SENSe:PS1:AVERage:STATe 1"
20 OUTPUT 717;":SENSe:PS1:AVERage:STATe?"
30 ENTER 717;A