SCPI.SERVice.CHANnel(Ch).TRACe(Tr).MEMValid

Object Type

Property (Read-Write)

Syntax

SCPI.SERVice.CHANnel(Ch).TRACe(Tr).MEMValid = Status

Status = SCPI.SERVice.CHANnel(Ch).TRACe(Tr).MEMValid

Description

This command turns ON/OFF the memory trace for the selected trace ( Tr) of the selected channel ( Ch). The memory trace can be turned on even if it is inactivated (no data).

Variable

Parameter

Status

Description

ON/OFF the memory trace

Data Type

Boolean type (Boolean)

Range

Select from either of the following:

  • True or ON: Turns ON the memory trace

  • False or OFF: Turns OFF the memory trace

Preset Value

False or OFF

Examples

Dim StatMemTr as Boolean
SCPI.SERVice.CHANnel(4).TRACe(2).MEMValid = True
StatMemTr = SCPI.SERVice.CHANnel(4).TRACe(2).MEMValid

Related Objects

SCPI.CALCulate(Ch).SELected.MATH.MEMorize

Equivalent Key

 No equivalent key is available on the front panel.

Equivalent SCPI Command

Syntax

:SERVice:CHANnel{[1]-4}:TRACe{[1]-4}:MEMValid {ON|OFF|1|0}

:SERVice:CHANnel{[1]-4}:TRACe{[1]-4}:MEMValid?

Query Response

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

Example of use

10 OUTPUT 717;":SERV:CHAN1:TRAC2:MEMV ON"
20 OUTPUT 717;":SERV:CHAN1:TRAC3:MEMV?"
30 ENTER 717;A