Show 

SCPI.MMEMory.STORe.PROGram

Object Type

Method (Write Only)

Syntax

SCPI.MMEMory.STORe.PROGram = Value

Description

This command saves VBA project.

Variable

Parameter

   Value

Description

Saves VBA project

Data Type

Character string type (String)

Range

254 chars

Preset Value

-

Unit

-

Resolution

-

Preset Effect

No

Save-Recall Effect

No

Error

-257, "File name error" 71, "Failed to write file" 78, "Save VBA program failed"

Examples

Dim Var as String
SCPI.MMEMory.STORe.PROGram = Var

Equivalent Key

No equivalent key is available on the front panel.

Equivalent SCPI Command

Syntax

:MMEMory:STORe:PROGram

Query Response

{String}<newline><^END>

Example of use

10 OUTPUT 717;":MMEMory:STORe:PROGram Sample_Text"
20 ENTER 717;A$