ImportPy

SCPI Command :

SCAN:CUSTom:IMPort:FILE
class ImportPyCls[source]

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

get_file() str[source]
# SCPI: SCAN:CUSTom:IMPort:FILE
value: str = driver.scan.custom.importPy.get_file()

Sets the file to import.

return:

file: string

set_file(file: str) None[source]
# SCPI: SCAN:CUSTom:IMPort:FILE
driver.scan.custom.importPy.set_file(file = 'abc')

Sets the file to import.

param file:

string

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.scan.custom.importPy.clone()

Subgroups