Pfile

SCPI Command :

[SOURce<HW>]:FSIMulator:MIMO:ANTenna:TX:ANTenna<DI>:PFILe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(index=Index.Default) str[source]
# [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 method RsSmw.source.fsimulator.mimo.antenna.pattern.catalog.user.get() .

Parameters:

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

Returns:

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

set(tx_pattern: str, index=Index.Default) None[source]
# [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 method RsSmw.source.fsimulator.mimo.antenna.pattern.catalog.user.get() .

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

  • index – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tx’)