SCPI.MMEMory.PN(Ch).TRACe(Tr).LOAD.DATA

Object Type

Method (Write Only)

Syntax

SCPI.MMEMory.PN(Ch).TRACe(Tr).LOAD.DATA = Value

Description

This command recalls data trace data, for the selected trace Tr of the selected channel Ch.

Variable

Parameter

   Value

Description

Recalls data trace data

Data Type

Character string type (String)

Range

254 chars

Preset Value

-

Unit

-

Resolution

-

Preset Effect

No

Save-Recall Effect

No

Error

-256, "File name not found" -257, "File name error" 70, "Failed to read file"

Examples

Dim Var as String
SCPI.MMEMory.PN1.TRACe1.LOAD.DATA = Var

Equivalent Key

No equivalent key is available on the front panel.

Equivalent SCPI Command

Syntax

:MMEMory:PN[1-1]:TRACe[1-1]:LOAD:DATA

Query Response

{String}<newline><^END>

Example of use

10 OUTPUT 717;":MMEMory:PN1:TRACe1:LOAD:DATA Sample_Text"
20 ENTER 717;A$