General Programming 8
M8190A User’s Guide 289
8.22.14 :TRACe[1|2]:IMPort
<segment_id>,<file_name>,TXT|TXT14|TXTD|BIN|BIN6030[,ALENgth|FILL|[,<dac_v
alue>]]
<segment_id>,<file_name>,TXT|TXT14|TXTD|BIN|BIN6030[,ALENgth|FILL|[,<dac_value
>]]
This command is deprecated and has been replaced by :TRACe:IQIMport to support
additional file formats including I/Q data.
Import segment data from a file. Different file formats are supported. An already
existing segment can be filled, or a new segment can be created.
<segment_id> 1...512k for option SEQ, 1 if not installed.
<file_name> file name.
<type> TXT|TXT14|TXTD|BIN|BIN6030. File format. (See File Type)
<padding> ALENgth|FILL. (See Padding)
<dac_value> a DAC value in binary format
ALENgth: Automatic LENgth : <segment_id> may or may not exist. After execution
<segment_id> has exactly the length of the pattern in file or a multiple of this length
to fulfill granularity and minimum segment length requirements. Formula: length =
granularity * max(5 , # samples in file). This behavior is default if <padding> is
omitted.
FILL: <segment_id> must exist. If pattern in file is larger than the defined segment
length, just ignore excessive samples. If pattern in file is smaller than defined
segment length, fill remaining samples with <dac_value>. <dac_value> defaults to 0
if it is not specified.