SCPI.HCOPy.IMAGe

Object Type

Property (Read-Write)

Syntax

SCPI.HCOPy.IMAGe = Value

Value = SCPI.HCOPy.IMAGe

Description

This command sets/gets print color for output (to the printer).

Variable

Parameter

   Value

Description

Print color for output to the printer  

Data Type

Character string type (String)

Range

NORMal|INVert

Preset Value

NORMal

Unit

-

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as String
Var= "NORMal"
SCPI.HCOPy.IMAGe = Var
Var = SCPI.HCOPy.IMAGe

Related Objects

SCPI.HCOPy.IMMediate

Equivalent Key

PN Menu: System > Invert Image

SP Menu: System > Invert Image

FP Menu: System > Invert Image

TR Menu: System > Invert Image

AM Menu: System > Invert Image

BB Menu: System > Invert Image

PS Menu: System > Invert Image

USER Menu: System > Invert Image

Equivalent SCPI Command

Syntax

:HCOPy:IMAGe {NORMal|INVert}

:HCOPy:IMAGe?

Query Response

{NORMal|INVert} <newline><^END>

Example of use

10 OUTPUT 717;":HCOPy:IMAGe NORMal"
20 OUTPUT 717;":HCOPy:IMAGe ?"
30 ENTER 717;A$