:LTESt:MEASure:SIMage:FNAMe:AUPDate

Instrument:
N1010A
DCA-X
DCA-M
Meas. mode:
Scope
Eye
Jitter
TDR
Flex Apps:
FlexDCA
FlexRT

Command Syntax

:LTESt:MEASure:SIMage:FNAMe:AUPDate

Description

Appends an autonumber to the file name (:LTESt:MEASure:SIMage:FNAMe) and increments the number for the next save. The autonumber takes the form "_1", which is appended to the file name before the file name extension. Appending an automatically generated number prevents the accidental writing over of an existing file. Use the :LTESt:MEASure:SIMage:STATe command to enable and disable screen-capture reporting. The following rules apply:

  • A file names not ending in a number gets the autonumber appended starting at 1.
  • A file name that ends with an underscore character followed by a number (for example, my_file_123) is recognized as an autonumber. The number is interpreted as the starting number. In this example, sending :AUPDate results in the next saved file being my_file_124.
  • A file name that ends in a number but without a preceding underscore character is not interpreted as an autonumber. An autonumber is appended at the end of the file name. For example, my_file123 becomes my_file123_01.

Saving a file with screen-capture reporting does not increment the autonumber. Send the :LTESt:MEASure:SIMage:FNAMe:AUPDate command to increment the number. To use autonumbering, include the autonumber in the file name for the first file that is saved as shown in the Example Command Sequence below.

Requires FlexDCA revision A.05.70 and above.

Example Command Sequence

:ACQuire:SINGle
:LTESt:MEASure:SIMage:FTYPe PNG
:LTESt:MEASure:SIMage:FNAMe "my_file_1"
:LTESt:MEASure:SIMage:STATe ON  //  Enable screen capture reporting
:LTESt:MEASure:MLIMit1:STATe ON  //  Turn limit test on
:ACQuire:RUN;*OPC?  #  my_file_1.png
…
…
:ACQuire:CDISplay
:LTESt:MEASure:SIMage:FNAMe:AUPDate
:ACQuire:RUN;*OPC?  #  my_file_2.png