Property (Read-Write)
SCPI.SERVice.CHANnel(Ch).TRACe(Tr).MEMValid = Status
Status = SCPI.SERVice.CHANnel(Ch).TRACe(Tr).MEMValid
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).
This command does not copy the data trace to memory trace. When the data trace copies to the memory trace, use the SCPI.CALCulate(Ch).SELected.MATH.MEMorize command.
Parameter |
Status |
Description |
ON/OFF the memory trace |
Data Type |
Boolean type (Boolean) |
Range |
Select from either of the following:
|
Preset Value |
False or OFF |
Dim StatMemTr as Boolean
SCPI.SERVice.CHANnel(4).TRACe(2).MEMValid = True
StatMemTr = SCPI.SERVice.CHANnel(4).TRACe(2).MEMValid
SCPI.CALCulate(Ch).SELected.MATH.MEMorize
No equivalent key is available on the front panel.
:SERVice:CHANnel{[1]-4}:TRACe{[1]-4}:MEMValid {ON|OFF|1|0}
:SERVice:CHANnel{[1]-4}:TRACe{[1]-4}:MEMValid?
{1|0} <newline><^END>
10 OUTPUT 717;":SERV:CHAN1:TRAC2:MEMV ON"
20 OUTPUT 717;":SERV:CHAN1:TRAC3:MEMV?"
30 ENTER 717;A