Select

SCPI Command :

HCOPy:TREPort:ITEM:SELect
class SelectCls[source]

Select commands group definition. 1 total commands, 0 Subgroups, 1 group commands

set(item: str, arg_1: Optional[str] = None) None[source]
# SCPI: HCOPy:TREPort:ITEM:SELect
driver.hardCopy.treport.item.select.set(item = rawAbc, arg_1 = 'abc')

This command defines the type of information that a test report consists of.

param item

String containing the information you want to include in the test report. Note that the items, separated by commas, have to be written into one string (see example below) . The available items depend on the application you are using. See the tables below for a short description of each item. By default, some items are selected (see tables below) .

param arg_1

Optional parameter to define the channel type that the selection applies to. When you omit the ChannelType parameter, the selection applies to the currently active channel.