:DISK:JDATabase:FNAMe:AUPDate
Instrument:
N1000A
DCA-M
Meas. mode:
Scope
Eye
Jitter
TDR
Flex Apps:
FlexDCA
Command Syntax
:DISK:JDATabase:FNAMe:AUPDate
Description
Increments a file name's autonumber for the next file saved with the :DISK:JDATabase:SAVE
command. The autonumber is placed at the end of the file name and begins with a hyphen followed by decimal digits:
<type_><YYYY-MM-DD><_autonumber>.<extension>
An example autonumber would be JitterData_2020-10-23_1.jdx. Saving a file with :DISK:JDATabase:SAVE
does not increment the autonumber. You must use the :DISK:JDATabase:FNAMe:AUPDate
command to increment the autonumber. Otherwise, the next file saved will have the same name as the last file saved.
If you have entered a custom file name, but want to return to using standard file name, use the :DISK:JDATabase:FNAMe:USTandard
command.
Name | Type | Autonumber | Default Extension |
---|---|---|---|
JitterData_2017-04-08_1 | standard | yes | .jdx |
DUT | custom | no | .jdx |
DUT23 | custom | no | .jdx |
DUT_23 | custom | yes | .jdx |
Requires FlexDCA revision A.05.70 and above.
Example Command Sequence
:DISK:JDATabase:SAVE:FFORmat INTernal
:DISK:JDATabase:FNAMe "my_file_1"
:DISK:JDATabase:SAVE # my_file_1.jdx
…
…
:DISK:JDATabase:FNAMe:AUPDate
:DISK:JDATabase:SAVE # my_file_2.jdx