Property (Read-Write)
SCPI.SENSe(Ch).SWEep.ASPurious = Status
Status = SCPI.SENSe(Ch).SWEep.ASPurious
This command does not perform any operation. This command is provided because of its command compatibility with E5070B/E5071B.
Parameter |
Status |
Description |
Dummy Parameter |
Data type |
Boolean type (Boolean) |
Range |
Select from the following.
|
Preset value |
True or OFF |
Dim ASpurious As Boolean
SCPI.SENSe(1).SWEep.ASPurious = False
ASpurious = SCPI.SENSe(1).SWEep.ASPurious
No equivalent key is available on the front panel.
:SENSe{[1]-160}:SWEep:ASPurious {ON|OFF|1|0}
:SENSe{[1]-160}:SWEep:ASPurious?
{1|0}<newline><^END>
10 OUTPUT 717;":SENS1:SWE:ASP OFF"
20 OUTPUT 717;":SENS1:SWE:ASP?"
30 ENTER 717;A