Title
SCPI Command :
HCOPy:TREPort:ITEM:HEADer:LINE<li>:TITLe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(line=Line.Default) str[source]
# HCOPy:TREPort:ITEM:HEADer:LINE<li>:TITLe value: str = driver.hardCopy.treport.item.header.line.title.get(line = repcap.Line.Default)
This command defines a custom name for one of the items part of the report header. You can define up to 6 items in the header. Use method
RsFsw.hardCopy.treport.item.header.line.text.set()to add a value to each item. Use methodRsFsw.hardCopy.treport.item.header.line.control.set()to select the condition under which each item is shown.- Parameters:
line – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Line’)
- Returns:
title: String containing the title of the item. The default titles are as follows: - Line 1: ‘Heading’ - Line 2: ‘Meas Type’ - Line 3: ‘Equipment under Test’ - Line 4: ‘Manufacturer’ - Line 5: ‘OP Condition’ - Line 6: ‘Test Spec’ Make sure that the title string is not too long, because strings that are too long could mess up the layout of the report.
- set(title: str, line=Line.Default) None[source]
# HCOPy:TREPort:ITEM:HEADer:LINE<li>:TITLe driver.hardCopy.treport.item.header.line.title.set(title = 'abc', line = repcap.Line.Default)
This command defines a custom name for one of the items part of the report header. You can define up to 6 items in the header. Use method
RsFsw.hardCopy.treport.item.header.line.text.set()to add a value to each item. Use methodRsFsw.hardCopy.treport.item.header.line.control.set()to select the condition under which each item is shown.- Parameters:
title – String containing the title of the item. The default titles are as follows: - Line 1: ‘Heading’ - Line 2: ‘Meas Type’ - Line 3: ‘Equipment under Test’ - Line 4: ‘Manufacturer’ - Line 5: ‘OP Condition’ - Line 6: ‘Test Spec’ Make sure that the title string is not too long, because strings that are too long could mess up the layout of the report.
line – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Line’)