Title
SCPI Command :
HCOPy:TREPort:ITEM:HEADer:LINE<li>:TITLe
- class TitleCls[source]
Title commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(line=Line.Default) str [source]
# SCPI: 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 method RsFsw. HardCopy.Treport.Item.Header.Line.Control.set to select the condition under which each item is shown.
- param line
optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Line’)
- return
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]
# SCPI: 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 method RsFsw. HardCopy.Treport.Item.Header.Line.Control.set to select the condition under which each item is shown.
- param 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.
- param line
optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Line’)