:DISK:IREPort:FNAMe:AUPDate
Flex Apps:
FlexDCA
FlexPLL
Command Syntax
:DISK:IREPort:FNAMe:AUPDate
Description
Increments a file name's autonumber for the next file saved with the :DISK:IREPort: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 InstrumentReport_2022-10-23_1.xps. Saving a file with :DISK:IREPort:SAVE
does not increment the autonumber. You must use the :DISK:IREPort: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:IREPort:FNAMe:USTandard
command.
Name | Type | Autonumber | Default Extension |
---|---|---|---|
InstrumentReport_2017-04-08_1 | standard | yes | .xps |
DUT | custom | no | .xps |
DUT23 | custom | no | .xps |
DUT_23 | custom | yes | .xps |
Requires FlexDCA revision A.07.60 and above.
Example Command Sequence
:DISK:IREPort:SAVE # my_file_1.xps … … :DISK:IREPort:FNAMe:AUPDate :DISK:IREPort:SAVE # my_file_2.xps