Technical data

Disk Commands 14
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference 265
:DISK:SEGMented
Command :DISK:SEGMented {ALL | CURRent}
The :DISK:SEGMented command sets whether all segments or just the
current segment are saved to a file when the :DISK:SAVE:WAVeform
command is issued and the source is a channel but not a waveform
memory or function. Before segments can be saved, the :ACQuire:MODE
must be set to the SEGMented mode and segments must be acquired.
Example This example sets the disk segmented memory store method to CURRent.
myScope.WriteString ":DISK:SEGMENTED CURRENT"
Query :DISK:SEGMented?
The :DISK:SEGMented? query returns disk segmented memory store
method value.
Returned Format
[:DISK:SEGMented] {ALL | CURRent}<NL>
Example This example places the disk store method in the string variable
strMethod, then prints the contents of the variable to the computer's
screen.
Dim strMethod As String
myScope.WriteString ":DISK:SEGMENTED?"
strMethod = myScope.ReadString
Debug.Print strMethod