SCPI.MMEMory.LOAD.CHANnel.COEFficient

Object Type

Method (Write Only)

Syntax

SCPI.MMEMory.LOAD.CHANnel.COEFficient = Param

Description

This command recalls the channel coefficient data of the active channel from the specified register.

Variable

Parameter

   Param

Description

Register

Data Type

Character string type (String)

Range

Select from the following:

  • "A": Specifies register A.

  • "B": Specifies register B.

  • "C" :Specifies register C.

  • "D" :Specifies register D.

Note

If no channel state has been saved in the specified register, an error occurs and the object is ignored.

Examples

Dim Rgstr as String
Rgstr = "A"
SCPI.MMEMory.LOAD.CHANnel.COEFficient = Rgstr

Related Objects

SCPI.MMEMory.LOAD.CHANnel.STATe

SCPI.MMEMory.STORe.CHANnel.COEFficient

SCPI.MMEMory.STORe.CHANnel.STATe

Equivalent Key

No equivalent key is available on the front panel.

Equivalent SCPI Command

Syntax

:MMEMory:LOAD:CHANnel:COEFficient {A|B|C|D}

Query Response

{A|B|C|D} <newline><^END>

Example of use

10 OUTPUT 717;":MMEM:LOAD:CHAN:COEF B"