Pfile

SCPI Command :

[SOURce<HW>]:FSIMulator:MIMO: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:MIMO:ANTenna:TX:ANTenna<DI>:PFILe
value: str = driver.source.fsimulator.mimo.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 ‘Tx’)

return

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

set(tx_pattern: str, index=Index.Default) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:MIMO:ANTenna:TX:ANTenna<DI>:PFILe
driver.source.fsimulator.mimo.antenna.tx.antenna.pfile.set(tx_pattern = '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 tx_pattern

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 ‘Tx’)