Export
SCPI Commands :
RASTer:EXPort:SAVE
RASTer:EXPort:PATH
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_path() str[source]
# RASTer:EXPort:PATH value: str = driver.raster.export.get_path()
Sets the file name, file format and path of the image file.
- save(opc_timeout_ms: int = -1) None[source]
# RASTer:EXPort:SAVE driver.raster.export.save()
Saves the raster image to the file specified with method
RsRtx.raster.export.path().- Parameters:
opc_timeout_ms – Maximum time to wait in milliseconds, valid only for this call.
- set_path(image_path: str) None[source]
# RASTer:EXPort:PATH driver.raster.export.set_path(image_path = 'abc')
Sets the file name, file format and path of the image file.
- Parameters:
image_path – String with path and file name with extension .png or .jpg.