:DISK:SIMage:FNAMe:AUPDate

Flex Apps:
FlexDCA
FlexRT
FlexPLL
FlexOTO
FlexOTO Instance:
Hardware Diagram
Stations

Command Syntax

:DISK:SIMage:FNAMe:AUPDate

Description

Increments a file name's autonumber for the next file saved with the :DISK:SIMage: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 Screen_2020-10-23_1.jpg. Saving a file with :DISK:SIMage:SAVE does not increment the autonumber. You must use the :DISK:SIMage: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:SIMage:FNAMe:USTandard command.

Example File Names
Name Type Autonumber Default Extension
Screen_2017-04-08_1 standard yes .jpg
DUT custom no .jpg
DUT23 custom no .jpg
DUT_23 custom yes .jpg

Example Command Sequence

:DISK:SIMage:FNAMe "my_file_1.png"
:DISK:SIMage:SAVE  #  my_file_1.png
…
…
:DISK:SIMage:FNAMe:AUPDate
:DISK:SIMage:SAVE  #  my_file_2.png