Pfile

SCPI Command :

[SOURce<HW>]:FSIMulator:SCM:ANTenna:TX:ANTenna<DI>:PFILe
class PfileCls[source]

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

get(index=Index.Default) str[source]
# SCPI: [SOURce<HW>]:FSIMulator:SCM:ANTenna:TX:ANTenna<DI>:PFILe
value: str = driver.source.fsimulator.scm.antenna.tx.antenna.pfile.get(index = repcap.Index.Default)

Selects the antenna pattern file (*.ant_pat) per antenna. Querry the existing files with the command [:SOURce]:FSIMulator:MIMO:ANTenna:PATTern:CATalog:USER?.

param index

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

return

filename: string Complete file path, incl. the filename; the file extension can be omitted

set(filename: str, index=Index.Default) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:SCM:ANTenna:TX:ANTenna<DI>:PFILe
driver.source.fsimulator.scm.antenna.tx.antenna.pfile.set(filename = 'abc', index = repcap.Index.Default)

Selects the antenna pattern file (*.ant_pat) per antenna. Querry the existing files with the command [:SOURce]:FSIMulator:MIMO:ANTenna:PATTern:CATalog:USER?.

param filename

string Complete file path, incl. the filename; the file extension can be omitted

param index

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