Specifications

MDR User Guide  39 
The  <StartOffset>-<EndOffset> parameter can only be used while preparing a 
playback operation. It specifies the interval of data in the recording to be played back. 
This interval is specified in bytes (hexadecimal). If this parameter is not specified then 
the entire recording data is played back (0-<Recording size>). 
Examples: 
prepare Recording_1 RECORD 
    prepare 1 PLAYBACK WAIT 
      prepare Recording_5 PLAYBACK 0x8-0x100000 
    prepare Recording_1 RECORD WAIT NONINF 
record 
Syntax: 
record [<Wait>] [<Infinite>] 
Description:  Start record operation. 
The 
<Wait> parameter specifies whether to wait for the recording to finish or not. A 
value of WAIT will make the record command wait for the recording to finish, whilst a 
value of 
NOWAIT will make the record command not wait and return the user prompt 
immediately. If 
<Wait> is not specified, the record command will wait for the 
recording to finish. 
The 
<Infinite> parameter specifies if the record operation is infinite or not. A value of 
INF will make the record command to be infinite, whilst a value of NONINF will make 
the  record command to be non-infinite. If <Infinite> is not specified, the record 
command will be started in non-infinite mode. 
Examples: 
record 
    record WAIT 
  record NOWAIT NONINF 
remove-disks-from-disk-group 
Syntax: 
remove-disks-from-disk-group [<DiskGroupName>] <DiskIdList> 
Description:  Remove a list of disks from a disk group. 
The name of the disk group to remove the disks from is specified by the optional 
argument 
<DiskGroupName>. If this argument is not specified then the current disk 
group is used. 
The disks to be removed from the disk group are specified using a list (using commas ‘,’ 
or dashes ‘-‘) containing their number (or identifier). The identifier of a disk can be 
retrieved using the list-fc-devices command: it corresponds to the number written in 
the first column. 
Examples: 
remove-disks-from-disk-group MyDiskGroup 1,2-4,7 
remove-disks-from-disk-group 4-8
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com










