SCPI.MMEMory.STORe.CHANnel.COEFficient

Object Type

Method (Write Only)

Syntax

SCPI.MMEMory.STORe.CHANnel.COEFficient = Param

Description

This command saves the channel coefficient data of the active channel specific to that channel only into the specified register (volatile memory).

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 an instrument state has been already saved in the specified register, its contents are overwritten.

Examples

Dim Rgstr as String
Rgstr = "B"
SCPI.MMEMory.STORe.CHANnel.COEFficient = Rgstr

Related Objects

SCPI.MMEMory.LOAD.CHANnel.COEFficient

SCPI.MMEMory.LOAD.CHANnel.STATe

SCPI.MMEMory.STORe.CHANnel.STATe

Equivalent Key

Save/Recall > Save Channel > Cal Only A , Cal Only B , Cal Only C , Cal Only D

Equivalent SCPI Command

Syntax

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

Query Response

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

Example of use

10 OUTPUT 717;":MMEM:STOR:CHAN:COEF C"