Content

SCPI Command :

HCOPy:CONTent
class ContentCls[source]

Content commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() RsFsw.enums.HardcopyContent[source]
# SCPI: 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.

return

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 method RsFsw.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: RsFsw.enums.HardcopyContent) None[source]
# SCPI: 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.

param 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 method RsFsw.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.