Pfile
SCPI Command :
[SOURce<HW>]:FSIMulator:SCM:ANTenna:TX:ANTenna<DI>:PFILe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(index=Index.Default) str[source]
# [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 method
RsSmw.source.fsimulator.mimo.antenna.pattern.catalog.user.get().- Parameters:
index – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Antenna’)
- Returns:
filename: string Complete file path, incl. the filename; the file extension can be omitted.
- set(filename: str, index=Index.Default) None[source]
# [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 method
RsSmw.source.fsimulator.mimo.antenna.pattern.catalog.user.get().- Parameters:
filename – 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 ‘Antenna’)