:DISK:RESPonse:FNAMe:AUPDate

Flex Apps:
FlexPLL

Command Syntax

:DISK:RESPonse:FNAMe:AUPDate

Description

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

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

Example Command Sequence

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