Property (Read-Write)
SCPI.SYSTem.TEMPerature.HIGH = Status
Status = SCPI.SYSTem.TEMPerature.HIGH
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.
Parameter |
Status |
Description |
Dummy Parameter |
Data type |
Boolean type (Boolean) |
Range |
Select from either of the following:
|
Preset value |
False or OFF |
Dim TempMode As Boolean
SCPI.SYSTem.TEMPerature.HIGH = True
TempMode = SCPI.SYSTem.TEMPerature.HIGH
None
:SYSTem:TEMPerature:HIGH {ON|OFF|1|0}
:SYSTem:TEMPerature:HIGH?
{1|0}<newline><^END>
10 OUTPUT 717;":SYST:TEMP:HIGH ON"
20 OUTPUT 717;":SYST:TEMP:HIGH?"
30 ENTER 717;A