Property (Read Only)
Value = SCPI.CALCulate.PN(Ch).TRACe(Tr).DATA.SMEMory
This command gets spurious memory data (0 or 1), for the selected trace Tr of the selected channel Ch.
Parameter |
Value |
Description |
Spurious memory data |
Data Type |
Variant type Array (Range) |
Range |
1...1601 |
Preset Value |
- |
Unit |
- |
Resolution |
- |
Preset Effect |
No |
Save-Recall Effect |
No |
Error |
- |
Dim Var(1 to 1601) as Variant
Var = SCPI.CALCulate.PN1.TRACe1.DATA.SMEMory
SCPI.CALCulate.PN(Ch).TRACe(Tr).DATA.COPY
SCPI.CALCulate.PN(Ch).TRACe(Tr).DATA.FDATa
SCPI.CALCulate.PN(Ch).TRACe(Tr).DATA.FMEMory
SCPI.CALCulate.PN(Ch).TRACe(Tr).DATA.PDATa
SCPI.CALCulate.PN(Ch).TRACe(Tr).DATA.PMEMory
SCPI.CALCulate.PN(Ch).TRACe(Tr).DATA.SDATa
SCPI.CALCulate.PN(Ch).TRACe(Tr).DATA.UDATa
SCPI.CALCulate.PN(Ch).TRACe(Tr).DATA.UMEMory
No equivalent key is available on the front panel.
:CALCulate:PN[1-1]:TRACe[1-1]:DATA:SMEMory?
{1...1601} <newline><^END>
10 Dim A(1:1601)
20 OUTPUT 717;":CALCulate:PN1:TRACe1:DATA:SMEMory ?"
30 ENTER 717;A(*)