export
¶
The export commands module.
These commands are used in the following models: DPO5K, DPO5KB, DPO70KC, DPO70KD, DPO70KDX, DPO70KSX, DPO7K, DPO7KC, DSA70KC, DSA70KD, MSO5K, MSO5KB, MSO70KC, MSO70KDX
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- EXPort STARt
- EXPort:FILEName <file path>
- EXPort:FILEName?
- EXPort:FORMat {BMP|JPEG|PCX|PNG|TIFF}
- EXPort:FORMat?
- EXPort:PALEtte {COLOr|INKSaver|BLACKANDWhite}
- EXPort:PALEtte?
- EXPort:READOuts {OFFGRAticule|ONGRAticule}
- EXPort:READOuts?
- EXPort:VIEW {FULLSCREEN|GRAticule|FULLNOmenu}
- EXPort:VIEW?
- EXPort?
Export
¶
Bases: SCPICmdWrite, SCPICmdRead
The EXPort command.
Description
- This command sends a copy of the waveform to the file path specified by
EXPORT:FILENAME. TheEXPortquery returns image format and file information.
Usage
- Using the
.query()method will send theEXPort?query. - Using the
.verify(value)method will send theEXPort?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theEXPort valuecommand.
SCPI Syntax
- EXPort STARt
- EXPort?
Info
STARtinitiates the export.
Properties
.filename: TheEXPort:FILENamecommand..format: TheEXPort:FORMatcommand..palette: TheEXPort:PALEttecommand..readouts: TheEXPort:READOutscommand..view: TheEXPort:VIEWcommand.
filename
property
¶
filename: ExportFilename
Return the EXPort:FILEName command.
Description
- This command sets or queries the file/path that will be sent export data on the next EXPORT command.
Usage
- Using the
.query()method will send theEXPort:FILEName?query. - Using the
.verify(value)method will send theEXPort:FILEName?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theEXPort:FILEName valuecommand.
SCPI Syntax
- EXPort:FILEName <file path>
- EXPort:FILEName?
Info
<file path>specifies that the hard copy is sent to the named file.is a quoted string that defines the file name and path. Input the file path using the form <drive>:<dir>/. and one or more s are optional. The file path cannot exceed 128 characters. If you do not specify the path with : and one or more s, the default location is ‘C:UsersPublicTektronixTekScopeScreen Captures’. While filename extensions are not required, they are highly recommended.
format
property
¶
format: ExportFormat
Return the EXPort:FORMat command.
Description
- This command sets or queries the image format for exporting waveforms to a file.
Usage
- Using the
.query()method will send theEXPort:FORMat?query. - Using the
.verify(value)method will send theEXPort:FORMat?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theEXPort:FORMat valuecommand.
SCPI Syntax
- EXPort:FORMat {BMP|JPEG|PCX|PNG|TIFF}
- EXPort:FORMat?
Info
BMPspecifies BMP image format.JPEGspecifies JPEG image format.PCXspecifies PCX image format.PNGspecifies PNG image format.TIFFspecifies TIFF image format.
palette
property
¶
palette: ExportPalette
Return the EXPort:PALEtte command.
Description
- This command sets or queries the export color palette.
Usage
- Using the
.query()method will send theEXPort:PALEtte?query. - Using the
.verify(value)method will send theEXPort:PALEtte?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theEXPort:PALEtte valuecommand.
SCPI Syntax
- EXPort:PALEtte {COLOr|INKSaver|BLACKANDWhite}
- EXPort:PALEtte?
Info
COLOrHard copy output is color.INKSaverHard copy output saves ink.BLACKANDwhiteHard copy output is black and white.
readouts
property
¶
readouts: ExportReadouts
Return the EXPort:READOuts command.
Description
- This command sets or queries the area on the screen where the readout appear for export.
Usage
- Using the
.query()method will send theEXPort:READOuts?query. - Using the
.verify(value)method will send theEXPort:READOuts?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theEXPort:READOuts valuecommand.
SCPI Syntax
- EXPort:READOuts {OFFGRAticule|ONGRAticule}
- EXPort:READOuts?
Info
OFFGRATICULEplaces the readouts off the graticule area.ONGRATICULEplaces the readouts on the graticule area for export.
view
property
¶
view: ExportView
Return the EXPort:VIEW command.
Description
- This command sets or queries the area of the screen to be exported.
Usage
- Using the
.query()method will send theEXPort:VIEW?query. - Using the
.verify(value)method will send theEXPort:VIEW?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theEXPort:VIEW valuecommand.
SCPI Syntax
- EXPort:VIEW {FULLSCREEN|GRAticule|FULLNOmenu}
- EXPort:VIEW?
Info
FULLSCREENdisplays both the graticule and menu areas of the screen.GRAticuledisplays only the graticule area of the screen.FULLNOmenudisplays the full screen but hides any menus or toolbars.
ExportFilename
¶
Bases: SCPICmdWrite, SCPICmdRead
The EXPort:FILEName command.
Description
- This command sets or queries the file/path that will be sent export data on the next EXPORT command.
Usage
- Using the
.query()method will send theEXPort:FILEName?query. - Using the
.verify(value)method will send theEXPort:FILEName?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theEXPort:FILEName valuecommand.
SCPI Syntax
- EXPort:FILEName <file path>
- EXPort:FILEName?
Info
<file path>specifies that the hard copy is sent to the named file.is a quoted string that defines the file name and path. Input the file path using the form <drive>:<dir>/. and one or more s are optional. The file path cannot exceed 128 characters. If you do not specify the path with : and one or more s, the default location is ‘C:UsersPublicTektronixTekScopeScreen Captures’. While filename extensions are not required, they are highly recommended.
ExportFormat
¶
Bases: SCPICmdWrite, SCPICmdRead
The EXPort:FORMat command.
Description
- This command sets or queries the image format for exporting waveforms to a file.
Usage
- Using the
.query()method will send theEXPort:FORMat?query. - Using the
.verify(value)method will send theEXPort:FORMat?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theEXPort:FORMat valuecommand.
SCPI Syntax
- EXPort:FORMat {BMP|JPEG|PCX|PNG|TIFF}
- EXPort:FORMat?
Info
BMPspecifies BMP image format.JPEGspecifies JPEG image format.PCXspecifies PCX image format.PNGspecifies PNG image format.TIFFspecifies TIFF image format.
ExportPalette
¶
Bases: SCPICmdWrite, SCPICmdRead
The EXPort:PALEtte command.
Description
- This command sets or queries the export color palette.
Usage
- Using the
.query()method will send theEXPort:PALEtte?query. - Using the
.verify(value)method will send theEXPort:PALEtte?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theEXPort:PALEtte valuecommand.
SCPI Syntax
- EXPort:PALEtte {COLOr|INKSaver|BLACKANDWhite}
- EXPort:PALEtte?
Info
COLOrHard copy output is color.INKSaverHard copy output saves ink.BLACKANDwhiteHard copy output is black and white.
ExportReadouts
¶
Bases: SCPICmdWrite, SCPICmdRead
The EXPort:READOuts command.
Description
- This command sets or queries the area on the screen where the readout appear for export.
Usage
- Using the
.query()method will send theEXPort:READOuts?query. - Using the
.verify(value)method will send theEXPort:READOuts?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theEXPort:READOuts valuecommand.
SCPI Syntax
- EXPort:READOuts {OFFGRAticule|ONGRAticule}
- EXPort:READOuts?
Info
OFFGRATICULEplaces the readouts off the graticule area.ONGRATICULEplaces the readouts on the graticule area for export.
ExportView
¶
Bases: SCPICmdWrite, SCPICmdRead
The EXPort:VIEW command.
Description
- This command sets or queries the area of the screen to be exported.
Usage
- Using the
.query()method will send theEXPort:VIEW?query. - Using the
.verify(value)method will send theEXPort:VIEW?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theEXPort:VIEW valuecommand.
SCPI Syntax
- EXPort:VIEW {FULLSCREEN|GRAticule|FULLNOmenu}
- EXPort:VIEW?
Info
FULLSCREENdisplays both the graticule and menu areas of the screen.GRAticuledisplays only the graticule area of the screen.FULLNOmenudisplays the full screen but hides any menus or toolbars.