:HCOP:SDUM:DATA

Syntax

:HCOPy:SDUMp:DATA[:IMMediate]?

Description

This command gets print screen image.

Example of use

    '*** Save the screen image to the file

    Age4982.WriteString ":HCOP:SDUM:DATA:FORM PNG", True

    Age4982.WriteString ":HCOP:SDUM:DATA?", True

    PNGdata = Age4982.ReadIEEEBlock(BinaryType_UI1, False, True)

    

    Open "C:\TEST.png" For Binary As #1

        Put #1, , PNGdata()

    Close

Query response

<binary><newline><^END>

Related objects

:HCOP:SDUM:DATA:FORM

Equivalent key

No equivalent keys are available on the front panel. However below is the key with similar functionality:

Data Export > Dump Screen Image...