Property (Read-Write)
SCPI.CALCulate.USER(Ch).TRACe(Tr).DATA.FMEMory = Value
Value = SCPI.CALCulate.USER(Ch).TRACe(Tr).DATA.FMEMory
This command sets/gets formatted memory data, for the selected trace Tr of the selected channel Ch.
Parameter |
Value |
Description |
Formatted 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.USER1.TRACe8.DATA.FMEMory = Var
Var = SCPI.CALCulate.USER1.TRACe8.DATA.FMEMory
SCPI.CALCulate.USER(Ch).TRACe(Tr).DATA.COPY
SCPI.CALCulate.USER(Ch).TRACe(Tr).DATA.FDATa
SCPI.CALCulate.USER(Ch).TRACe(Tr).DATA.POINts
SCPI.CALCulate.USER(Ch).TRACe(Tr).DATA.RDATa
SCPI.CALCulate.USER(Ch).TRACe(Tr).DATA.STARt
SCPI.CALCulate.USER(Ch).TRACe(Tr).DATA.STOP
SCPI.CALCulate.USER(Ch).TRACe(Tr).DATA.UDATa
SCPI.CALCulate.USER(Ch).TRACe(Tr).DATA.UMEMory
SCPI.CALCulate.USER(Ch).TRACe(Tr).DATA.XDATa
No equivalent key is available on the front panel.
:CALCulate:USER[1-1]:TRACe[1-8]:DATA:FMEMory {1...1601}
:CALCulate:USER[1-1]:TRACe[1-8]:DATA:FMEMory?
{1...1601} <newline><^END>
10 Dim A(1:1601)
20 OUTPUT 717;":CALCulate:USER1:TRACe8:DATA:FMEMory 1,1601"
30 OUTPUT 717;":CALCulate:USER1:TRACe8:DATA:FMEMory ?"
40 ENTER 717;A(*)