Print

SCPI.MMEMory.STORe.IMAGe

Attribute Detail
Object Type Property (write only)
Data Type String
Target Analyzer
Description Saves the display image in BMP or PNG format into a file.
Range up to 254 characters
Syntax app.SCPI.MMEMory.STORe.IMAGe = File
Notes If the full path to the file is not specified, the file will be saved to the \Image subdirectory of the main directory. If the file has *.png extension, the file has PNG format, in all the other cases the file has BMP format.
Equivalent Softkeys System > Print > Print Windows > Save as…

SCPI.HCOPy.IMMediate

Attribute Detail
Object Type Method
Target Analyzer
Description Prints out the image displayed on the screen without previewing.
Syntax app.SCPI.HCOPy.IMMediate
Equivalent Softkeys System > Print > Print Embedded

SCPI.HCOPy.ABORt

Attribute Detail
Object Type Method
Target Analyzer
Description Aborts the printout.
Syntax app.SCPI.HCOPy.ABORt
Equivalent Softkeys None

SCPI.HCOPy.PAINt

Attribute Detail
Object Type Property (read/write)
Data Type String
Target Analyzer
Description The color chart for the image printout.
Range "COLor" : Color printout
"GRAY" : Grayscale printout
"BW" : Black&white printout
Notes The short form of the parameter is indicated by upper case letters. There is no distinction between upper and lower case letters when the property is written. When the property is read out, the short format is indicated by upper case letters.
Out of Range The value is ignored.
Preset Value "BW"
Syntax Dim Param As String
Param = app.SCPI.HCOPy.PAINt
app.SCPI.HCOPy.PAINt = "COL"
Equivalent Softkeys System > Print > Print Color

SCPI.HCOPy.IMAGe

Attribute Detail
Object Type Property (read/write)
Data Type String
Target Analyzer
Description The inverted color image printout.
Range "NORMal" : Normal printout
"INVert" : Inverted color printout
Notes The short form of the parameter is indicated by upper case letters. There is no distinction between upper and lower case letters when the property is written. When the property is read out, the short format is indicated by upper case letters.
Out of Range The value is ignored.
Preset Value "NORM"
Syntax Dim Param As String
Param = app.SCPI.HCOPy.IMAGe
app.SCPI.HCOPy.IMAGe = "INV"
Equivalent Softkeys System > Print > Invert Image

SCPI.HCOPy.DATE.STAMp

Attribute Detail
Object Type Property (read/write)
Data Type Boolean
Target Analyzer
Description The ON/OFF state of the current date and time printout in the upper right corner.
Allowable Values True: Date & time printout ON
False: Date & time printout OFF
Preset Value True
Syntax Dim Status As Boolean
Status = app.SCPI.HCOPy.DATE.STAMp
app.SCPI.HCOPy.DATE.STAMp = False
Equivalent Softkeys System > Print > Print Date & Time