Control
SCPI Command :
HCOPy:TREPort:ITEM:HEADer:LINE<li>:CONTrol
- class ControlCls[source]
Control commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(line=Line.Default) RsFsw.enums.HardcopyHeader [source]
# SCPI: HCOPy:TREPort:ITEM:HEADer:LINE<li>:CONTrol value: enums.HardcopyHeader = driver.hardCopy.treport.item.header.line.control.get(line = repcap.Line.Default)
This command selects how often the items in the report header are displayed in the document.
- param line
optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Line’)
- return
repetition: GLOBal The selected header line is displayed at the top of every page of the report. NEVer The selected header line is displayed on no page of the report. Note that a line that does not contain anything is still displayed in the report as a blank line. If you select NEVer, the line is not displayed at all. SECTion The selected header line is displayed after the title of every subreport.
- set(repetition: RsFsw.enums.HardcopyHeader, line=Line.Default) None [source]
# SCPI: HCOPy:TREPort:ITEM:HEADer:LINE<li>:CONTrol driver.hardCopy.treport.item.header.line.control.set(repetition = enums.HardcopyHeader.ALWays, line = repcap.Line.Default)
This command selects how often the items in the report header are displayed in the document.
- param repetition
GLOBal The selected header line is displayed at the top of every page of the report. NEVer The selected header line is displayed on no page of the report. Note that a line that does not contain anything is still displayed in the report as a blank line. If you select NEVer, the line is not displayed at all. SECTion The selected header line is displayed after the title of every subreport.
- param line
optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Line’)