ImportPy

SCPI Command :

[SOURce<HW>]:AREGenerator:FRONtend:CFE<CH>:ANTenna:CUSTom:IMPort
class ImportPyCls[source]

ImportPy commands group definition. 2 total commands, 1 Subgroups, 1 group commands

set(import_filename: str, channel=Channel.Default) None[source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:CFE<CH>:ANTenna:CUSTom:IMPort
driver.source.areGenerator.frontend.cfe.antenna.custom.importPy.set(import_filename = 'abc', channel = repcap.Channel.Default)

Imports an external list with file extension *.txt from a directory. The file format is a text file as comma-separated list with the list elements frequency, RX gain and TX gain.

param import_filename:

string

param channel:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cfe’)

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.areGenerator.frontend.cfe.antenna.custom.importPy.clone()

Subgroups