beautypg.com

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

Page 31: Mmemory:move -11

background image

Chapter 2 Command System

RIGOL

DSG3000 Programming Guide

2-11

:MMEMory:MDIRectory

Syntax

:MMEMory:MDIRectory

Description

Create a new folder under the specified operation path.

Parameter

Name

Type

Range

Default

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 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 ,

Description

Rename the file or folder specified by to the destination file or folder

name specified by .

Parameter

Name

Type

Range

Default

ASCII string

Valid file or folder name

NULL

Explanation

 The file or folder name specified by and

must contain the path.

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

operation fails.

 If the destination file or folder name specified by already

exists under the current path, the rename operation fails.

Example

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