:DISK:RESults:FNAMe:AUPDate
Flex Apps:
FlexOTO
FlexOTO Instance:
Stations
Command Syntax
:DISK:RESults:FNAMe:AUPDate
Description
Increments a file name's autonumber for the next file saved with the :DISK:RESults: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 Results_2022-10-23_1.zip. Saving a file with :DISK:RESults:SAVE
does not increment the autonumber. You must use the :DISK:RESults: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:RESults:FNAMe:USTandard
command.
Name | Type | Autonumber | Default Extension |
---|---|---|---|
Results_2017-04-08_1 | standard | yes | .zip |
DUT | custom | no | .zip |
DUT23 | custom | no | .zip |
DUT_23 | custom | yes | .zip |
Example Command Sequence
:DISK:RESults:SAVE # my_file_1.zip … … :DISK:RESults:FNAMe:AUPDate :DISK:RESults:SAVE # my_file_2.zip