Text
SCPI Command :
HCOPy:TREPort:ITEM:HEADer:LINE<li>:TEXT
- class TextCls[source]
Text commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(line=Line.Default) str [source]
# SCPI: HCOPy:TREPort:ITEM:HEADer:LINE<li>:TEXT value: str = driver.hardCopy.treport.item.header.line.text.get(line = repcap.Line.Default)
This command defines a descriptive text 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.Title.set to define custom titles for 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
description: String containing the description of one of the value fields. By default, the value fields of the items are empty.
- set(description: str, line=Line.Default) None [source]
# SCPI: HCOPy:TREPort:ITEM:HEADer:LINE<li>:TEXT driver.hardCopy.treport.item.header.line.text.set(description = 'abc', line = repcap.Line.Default)
This command defines a descriptive text 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.Title.set to define custom titles for each item. Use method RsFsw.HardCopy.Treport.Item.Header.Line.Control.set to select the condition under which each item is shown.
- param description
String containing the description of one of the value fields. By default, the value fields of the items are empty.
- param line
optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Line’)