Property (Read-Write)
SCPI.CALCulate.AM(Ch).TRACe(Tr).DATA.UMEMory = Value
Value = SCPI.CALCulate.AM(Ch).TRACe(Tr).DATA.UMEMory
This command sets/gets unformatted memory data, for the selected trace Tr of the selected channel Ch.
Parameter |
Value |
Description |
Unformatted 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
SCPI.CALCulate.AM1.TRACe1.DATA.UMEMory = Var
Var = SCPI.CALCulate.AM1.TRACe1.DATA.UMEMory
SCPI.CALCulate.AM(Ch).TRACe(Tr).DATA.COPY
SCPI.CALCulate.AM(Ch).TRACe(Tr).DATA.FDATa
SCPI.CALCulate.AM(Ch).TRACe(Tr).DATA.FMEMory
SCPI.CALCulate.AM(Ch).TRACe(Tr).DATA.PDATa
SCPI.CALCulate.AM(Ch).TRACe(Tr).DATA.PMEMory
SCPI.CALCulate.AM(Ch).TRACe(Tr).DATA.SDATa
SCPI.CALCulate.AM(Ch).TRACe(Tr).DATA.SMEMory
SCPI.CALCulate.AM(Ch).TRACe(Tr).DATA.UDATa
No equivalent key is available on the front panel.
:CALCulate:AM[1-1]:TRACe[1-1]:DATA:UMEMory {1...1601}
:CALCulate:AM[1-1]:TRACe[1-1]:DATA:UMEMory?
{1...1601} <newline><^END>
10 Dim A(1:1601)
20 OUTPUT 717;":CALCulate:AM1:TRACe1:DATA:UMEMory 1,1601"
30 OUTPUT 717;":CALCulate:AM1:TRACe1:DATA:UMEMory ?"
40 ENTER 717;A(*)