Device

SCPI Commands :

HCOPy:DEVice:LANGuage
HCOPy:DEVice:INVerse
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_inverse() bool[source]
# HCOPy:DEVice:INVerse
value: bool = driver.hardCopy.device.get_inverse()

Inverts the colors of the output, i.e. a dark waveform is printed on a white background. Screenshots are inverted per default when you save using remote commands. Turn inversion off if you want the screen display in the screenshot. .. seealso:

- method ``RsRtx.hardCopy.wbkg()``
- 'White background'
Returns:

inverse_color: OFF | ON

get_language() PictureFileFormat[source]
# HCOPy:DEVice:LANGuage
value: enums.PictureFileFormat = driver.hardCopy.device.get_language()

Defines the file format for output of the display image to file. To set the output to file, use HCOPy:DESTination<m> with parameter ‘MMEM’.

Returns:

file_format: PNG | JPG | BMP | TIFF | PDF

set_inverse(inverse_color: bool) None[source]
# HCOPy:DEVice:INVerse
driver.hardCopy.device.set_inverse(inverse_color = False)

Inverts the colors of the output, i.e. a dark waveform is printed on a white background. Screenshots are inverted per default when you save using remote commands. Turn inversion off if you want the screen display in the screenshot. .. seealso:

- method ``RsRtx.hardCopy.wbkg()``
- 'White background'
Parameters:

inverse_color – OFF | ON

set_language(file_format: PictureFileFormat) None[source]
# HCOPy:DEVice:LANGuage
driver.hardCopy.device.set_language(file_format = enums.PictureFileFormat.BMP)

Defines the file format for output of the display image to file. To set the output to file, use HCOPy:DESTination<m> with parameter ‘MMEM’.

Parameters:

file_format – PNG | JPG | BMP | TIFF | PDF