Property (Read-Write)
SCPI.CALCulate.AM(Ch).TRACe(Tr).SMOothing.STATe = Value
Value = SCPI.CALCulate.AM(Ch).TRACe(Tr).SMOothing.STATe
This command sets/gets Smoothing on/off, for the selected trace Tr of the selected channel Ch.
Parameter |
Value |
Description |
Smoothing (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.CALCulate.AM1.TRACe1.SMOothing.STATe = Var
Var = SCPI.CALCulate.AM1.TRACe1.SMOothing.STATe
SCPI.CALCulate.AM(Ch).TRACe(Tr).SMOothing.APERture
SCPI.CALCulate.AM(Ch).TRACe(Tr).SPURious.OMISsion
SCPI.CALCulate.AM(Ch).TRACe(Tr).SPURious.OSSPur.FLISt.CLEar
SCPI.CALCulate.AM(Ch).TRACe(Tr).SPURious.OSSPur.FLISt.COUNt
SCPI.CALCulate.AM(Ch).TRACe(Tr).SPURious.OSSPur.FLISt.DATA
SCPI.CALCulate.AM(Ch).TRACe(Tr).SPURious.OSSPur.OMISsion
SCPI.CALCulate.AM(Ch).TRACe(Tr).SPURious.POWer
SCPI.CALCulate.AM(Ch).TRACe(Tr).SPURious.SENSibility
SCPI.CALCulate.AM(Ch).TRACe(Tr).SPURious.SLISt
SCPI.CALCulate.AM(Ch).TRACe(Tr).SPURious.THReshold.LEVel.MINimum
SCPI.CALCulate.AM(Ch).TRACe(Tr).SPURious.THReshold.TABLe.CLEar
SCPI.CALCulate.AM(Ch).TRACe(Tr).SPURious.THReshold.TABLe.COUNt
SCPI.CALCulate.AM(Ch).TRACe(Tr).SPURious.THReshold.TABLe.DATA
AM Menu: Trace View > Smoothing
:CALCulate:AM[1-1]:TRACe[1-1]:SMOothing:STATe {ON|OFF|1|0}
:CALCulate:AM[1-1]:TRACe[1-1]:SMOothing:STATe?
{ON|OFF|1|0} <newline><^END>
10 OUTPUT 717;":CALCulate:AM1:TRACe1:SMOothing:STATe 1"
20 OUTPUT 717;":CALCulate:AM1:TRACe1:SMOothing:STATe ?"
30 ENTER 717;A