Mmemory:mdirectory, Mmemory:move, Mmemory:mdirectory -11 – RIGOL DSG3000 Series User Manual

Page 31: Mmemory:move -11

Advertising
background image

Chapter 2 Command System

RIGOL

DSG3000 Programming Guide

2-11

:MMEMory:MDIRectory

Syntax

:MMEMory:MDIRectory <directory_name>

Description

Create a new folder under the specified operation path.

Parameter

Name

Type

Range

Default

<directory_name>

ASCII string

The name of the folder to

be created

NULL

Explanation

 The folder name can include Chinese characters (a Chinese character occupies

two bytes), English characters or numbers. The folder name cannot exceed 28

bytes.

 If the name of the folder to be created already exists, this operation is invalid.

At this point, "The filename already exists" is displayed in the user interface.

 The parameter <directory_name> can be a new folder name that not contains

the path which denotes creating a folder under the current operation path, or a

folder name containing the specified path that denotes creating a new folder

under the specified path, for example, :MMEM:MDIR D:\1\NEW.

Example

:MMEM:MDIR NEW /*Create a folder named NEW under the current operation

path */

:MMEMory:MOVE

Syntax

:MMEMory:MOVE <file_source>,<file_destination>

Description

Rename the file or folder specified by <file_source> to the destination file or folder

name specified by <file_destination>.

Parameter

Name

Type

Range

Default

<file_source>

<file_destination>

ASCII string

Valid file or folder name

NULL

Explanation

 The file or folder name specified by <file_source> and <file_destination>

must contain the path.

 If the file or folder specified by <file_source> does not exist, the rename

operation fails.

 If the destination file or folder name specified by <file_destination> already

exists under the current path, the rename operation fails.

Example

:MMEM:MOVE D:\1.sta, D:\2.sta

Advertising