Content
SCPI Command :
HCOPy:CONTent
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() HardcopyContent[source]
# HCOPy:CONTent value: enums.HardcopyContent = driver.hardCopy.content.get()
This command determines the type of content included in the printout. This setting is independent of the printing device.
- Returns:
content: WINDows | HCOPy WINDows Includes only the selected windows in the printout. All currently active windows for the current channel (or ‘MultiView’) are available for selection. How many windows are printed on a each page of the printout is defined by method
RsFsw.hardCopy.page.window.count.set(). This option is not available when copying to the clipboard (HCOP:DEST ‘SYST:COMM:CLIP’ or an image file (see methodRsFsw.hardCopy.device.language.set()) . If the destination is currently set to an image file or the clipboard, it is automatically changed to be a PDF file for the currently selected printing device. HCOPy Selects all measurement results displayed on the screen for the current channel (or ‘MultiView’) : diagrams, traces, markers, marker lists, limit lines, etc., including the channel bar and status bar, for printout on a single page. Displayed items belonging to the software user interface (e.g. softkeys) are not included. The size and position of the elements in the printout is identical to the screen display.
- set(content: HardcopyContent) None[source]
# HCOPy:CONTent driver.hardCopy.content.set(content = enums.HardcopyContent.HCOPy)
This command determines the type of content included in the printout. This setting is independent of the printing device.
- Parameters:
content – WINDows | HCOPy WINDows Includes only the selected windows in the printout. All currently active windows for the current channel (or ‘MultiView’) are available for selection. How many windows are printed on a each page of the printout is defined by method
RsFsw.hardCopy.page.window.count.set(). This option is not available when copying to the clipboard (HCOP:DEST ‘SYST:COMM:CLIP’ or an image file (see methodRsFsw.hardCopy.device.language.set()) . If the destination is currently set to an image file or the clipboard, it is automatically changed to be a PDF file for the currently selected printing device. HCOPy Selects all measurement results displayed on the screen for the current channel (or ‘MultiView’) : diagrams, traces, markers, marker lists, limit lines, etc., including the channel bar and status bar, for printout on a single page. Displayed items belonging to the software user interface (e.g. softkeys) are not included. The size and position of the elements in the printout is identical to the screen display.