Text

SCPI Command :

HCOPy:TREPort:ITEM:HEADer:LINE<li>:TEXT
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(line=Line.Default) str[source]
# 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.

Parameters:

line – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Line’)

Returns:

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]
# 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.

Parameters:
  • description – String containing the description of one of the value fields. By default, the value fields of the items are empty.

  • line – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Line’)