SCPI.SENSe(Ch).SWEep.ASPurious

Object type

Property (Read-Write)

Syntax

SCPI.SENSe(Ch).SWEep.ASPurious = Status

Status = SCPI.SENSe(Ch).SWEep.ASPurious

Description

This command does not perform any operation. This command is provided because of its command compatibility with E5070B/E5071B.

Variable

Parameter

Status

Description

Dummy Parameter

Data type

Boolean type (Boolean)

Range

Select from the following.

  • True or ON: No meaning

  • False or OFF: No meaning  

Preset value

True or OFF

Examples

Dim ASpurious As Boolean
SCPI.SENSe(1).SWEep.ASPurious = False
ASpurious = SCPI.SENSe(1).SWEep.ASPurious

Equivalent key

No equivalent key is available on the front panel.

Equivalent SCPI command

Syntax

:SENSe{[1]-160}:SWEep:ASPurious {ON|OFF|1|0}

:SENSe{[1]-160}:SWEep:ASPurious?

Query response

{1|0}<newline><^END>

Example of use

10 OUTPUT 717;":SENS1:SWE:ASP OFF"
20 OUTPUT 717;":SENS1:SWE:ASP?"
30 ENTER 717;A