Control
SCPI Command :
HCOPy:TREPort:ITEM:HEADer:LINE<li>:CONTrol
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(line=Line.Default) HardcopyHeader[source]
# 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.
- Parameters:
line – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Line’)
- Returns:
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: HardcopyHeader, line=Line.Default) None[source]
# 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.
- Parameters:
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.
line – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Line’)