Property (Read-Write)
SCPI.CALCulate.FP(Ch).TRACe(Tr).SAPerture = Value
Value = SCPI.CALCulate.FP(Ch).TRACe(Tr).SAPerture
This command sets/gets Sensitivity Aperture, for the selected trace Tr of the selected channel Ch.
Parameter |
Value |
Description |
Sensitivity Aperture |
Data Type |
Double precision floating point type (Double) |
Range |
100m ~ 20 |
Preset Value |
1 |
Unit |
% |
Resolution |
100m |
Preset Effect |
Yes |
Save-Recall Effect |
Yes |
Error |
- |
Dim Var as Double
Var= 0.1
SCPI.CALCulate.FP1.TRACe4.SAPerture = Var
Var = SCPI.CALCulate.FP1.TRACe4.SAPerture
FP Menu: Format > Sensitivity Aperture
:CALCulate:FP[1-1]:TRACe[1-4]:SAPerture {100m ~ 20}
:CALCulate:FP[1-1]:TRACe[1-4]:SAPerture?
{100m ~ 20} <newline><^END>
10 OUTPUT 717;":CALCulate:FP1:TRACe4:SAPerture 0.1"
20 OUTPUT 717;":CALCulate:FP1:TRACe4:SAPerture ?"
30 ENTER 717;A