SCPI.SYSTem.TEMPerature.HIGH

Object type

Property (Read-Write)

Syntax

SCPI.SYSTem.TEMPerature.HIGH = Status

Status = SCPI.SYSTem.TEMPerature.HIGH

Description

This command does not works in E5072A. This command is provided because of its command compatibility with E5070B/E5071B. On execution, this command does not works and generates no error.

Variable

Parameter

Status

Description

Dummy Parameter

Data type

Boolean type (Boolean)

Range

Select from either of the following:

  • True or ON: No Meaning.

  • False or OFF: No meaning.

Preset value

False or OFF

Examples

Dim TempMode As Boolean
SCPI.SYSTem.TEMPerature.HIGH = True
TempMode = SCPI.SYSTem.TEMPerature.HIGH

Equivalent key

None

Equivalent SCPI command

Syntax

:SYSTem:TEMPerature:HIGH {ON|OFF|1|0}

:SYSTem:TEMPerature:HIGH?

Query response

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

Example of use

10 OUTPUT 717;":SYST:TEMP:HIGH ON"
20 OUTPUT 717;":SYST:TEMP:HIGH?"
30 ENTER 717;A