SCPI.PROGram.COMMand

Object Type

Method (Write Only)

Syntax

SCPI.PROGram.COMMand = Value

Description

This command sends command to VBA.

Variable

Parameter

   Value

Description

Sends command to VBA

Data Type

Character string type (String)

Range

254 chars

Preset Value

-

Unit

-

Resolution

-

Preset Effect

No

Save-Recall Effect

No

Error

92, "Program not running" 93, "Program command error"

Examples

Dim Var as String
SCPI.PROGram.COMMand = Var

Equivalent Key

No equivalent key is available on the front panel.

Equivalent SCPI Command

Syntax

:PROGram:COMMand

Query Response

{String}<newline><^END>

Example of use

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