:SYSTem:MPButton:QSPBack:JITTer:FNAMe

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

Command Syntax

:SYSTem:MPButton:QSPBack:JITTer:FNAMe "<file name>"

"<file name>" is a string of the file name with optional path. The string can include path substitution strings.

Query Syntax

:SYSTem:MPButton:QSPBack:JITTer:FNAMe?

Description

When the Multi-Purpose button is configured to run a unique SCPI script for each instrument mode, this command identifies the path and name of the Jitter mode script. To select to use unique scripts, use the :SYSTem:MPButton:QSPBack:SSCRipt command. To configure the Multi-Purpose button to run a SCPI script file, use the :SYSTem:MPButton:FUNCtion command.

Requires FlexDCA revision A.04.50 and above.

Default User and Demo Folders

User-Data Folders

The default user data folder for storing script files is in %USER_DATA_DIR%\SCPI Scripts as shown in this picture. It is good practice to include a path substitution string with the filename. For example, %USER_DATA_DIR%\SCPI Scripts\filename.

The default demo folders for loading script files is in %DEMO_DIR%\SCPI Scripts\Multi-Purpose Button as shown in the following picture. It is good practice to include a path substitution string with the subfolders and filename. For example, %DEMO_DIR%\SCPI Scripts\Multi-Purpose Button\filename.

Including a path substitution string in the filename ensures that the file will be saved in (or loaded from) the desired folder. Failure to do so may result either in a file created in an parent folder or a file error. Do not append a filename extension as the extension is automatically added.

Demo Folders

Example Command Sequence

:SYSTem:MPButton:QSPBack:SSCRipt OFF  //  Separate script for each Instrument mode
:SYSTem:MPButton:QSPBack:EYE:FNAMe "EyeOpeningScript.scpi"  //  Script for Eye mode
:SYSTem:MPButton:QSPBack:JITTer:FNAMe "JitterScript.scpi"  //  Script for Jitter mode
:SYSTem:MPButton:QSPBack:OSCilloscope:FNAMe "ScopeScript.scpi"  //  Script for Scope mode
:SYSTem:MPButton:QSPBack:TDR:FNAMe "TDRScript.scpi"  //  Script for TDR/TDT mode
:SYSTem:MPButton:FUNCtion RSCRipt  //  Assign running s script to Multi-Purpose button