4- 58 Keysight B2961A/B2962A SCPI Command Reference, Edition 6
Subsystem Commands
MMEMory Subsystem
:MMEMory:STORe:DATA<:MATH|:SENSe|[:ALL]>
Saves the math expression result data, sense data, or all of these data for the
specified channel to the specified file in the current directory.
Syntax :MMEMory:STORe:DATA<:MATH|:SENSe|[:ALL]> file_name[,chanlist]
For <:MATH|:SENSe|[:ALL]>, specify :MATH for math expression result data,
:SENSe for sense data, or [:ALL] for all of these data.
Parameter file_name Name of the file used to save the specified data. Up to 255
ASCII characters. Parameter data type is SPD. File extension
must be dat, which is meaningful for the
:MMEMory:CATalog?
result.
chanlist Channels to collect the data for. Parameter data type is channel
list. (@1)|(@2)|(@1,2)|(@1:2)|(@2,1)|(@2:1). See
“Channel
List Parameter” on page 1-8.
(@1) selects channel 1 only. (@2) selects channel 2 only. (@1,2), (@1:2), (@2,1),
and (@2:1) selects both channels 1 and 2.
If chanlist is not specified, chanlist=(@1) is set.
Example :MMEM:STOR:DATA “AllData1.dat”
:MMEMory:STORe:LIST:<CURRent|VOLTage>
Saves the list sweep data to the specified file in the current directory.
Syntax :MMEMory:STORe:LIST:<CURRent|VOLTage> file_name[,channel]
For <CURRent|VOLTage>, specify CURRent for current output or VOLTage fo r
voltage output.
Parameter file_name Name of the file used to save the specified data. Up to 255
ASCII characters. Parameter data type is SPD. File extension
must be csv, txt, or prn, which is meaningful for the
:MMEMory:CATalog? result.
channel Channel to collect the data for. Parameter data type is channel
list. (@1)|(@2). See
“Channel List Parameter” on page 1-8.
If channel is not specified, channel=(@1) is set.
Example :MMEM:STOR:LIST:CURR “CurrentData1.csv”