Uplink
SCPI Commands :
[SOURce<HW>]:BB:ONEWeb:UL:BW
[SOURce<HW>]:BB:ONEWeb:UL:CONSubframes
[SOURce<HW>]:BB:ONEWeb:UL:CPC
[SOURce<HW>]:BB:ONEWeb:UL:FFT
[SOURce<HW>]:BB:ONEWeb:UL:LGS
[SOURce<HW>]:BB:ONEWeb:UL:NORB
[SOURce<HW>]:BB:ONEWeb:UL:OCCBandwidth
[SOURce<HW>]:BB:ONEWeb:UL:OCCSubcarriers
[SOURce<HW>]:BB:ONEWeb:UL:RGS
[SOURce<HW>]:BB:ONEWeb:UL:SFSelection
[SOURce<HW>]:BB:ONEWeb:UL:SOFFset
[SOURce<HW>]:BB:ONEWeb:UL:SRATe
- class UplinkCls[source]
Uplink commands group definition. 171 total commands, 11 Subgroups, 12 group commands
- get_bw() RsSmw.enums.OneWebUlChannelBandwidth [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:BW value: enums.OneWebUlChannelBandwidth = driver.source.bb.oneweb.uplink.get_bw()
Queries the UL channel bandwidth.
- return
bandwidth: BW20_00
- get_con_sub_frames() int [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:CONSubframes value: int = driver.source.bb.oneweb.uplink.get_con_sub_frames()
No command help available
- return
conf_subframes: No help available
- get_cpc() RsSmw.enums.OneWebCyclicPrefixGs [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:CPC value: enums.OneWebCyclicPrefixGs = driver.source.bb.oneweb.uplink.get_cpc()
Queries the cyclic prefix length for all subframes.
- return
cyclic_prefix: NORMal
- get_fft() int [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:FFT value: int = driver.source.bb.oneweb.uplink.get_fft()
Queries the FFT (Fast Fourier Transformation) size. The available values depend on the selected number of resource blocks per subframe.
- return
fft_size: integer Range: 128 to 2048
- get_lgs() int [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:LGS value: int = driver.source.bb.oneweb.uplink.get_lgs()
Queries the number of right guard subcarriers. The value is set automatically according to the selected number of resource blocks per subframe.
- return
lg_sub_carr: integer Range: 35 to 601
- get_no_rb() int [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:NORB value: int = driver.source.bb.oneweb.uplink.get_no_rb()
Queries the number of physical resource blocks per subframe.
- return
num_res_blocks: integer Range: 6 to 110
- get_occ_bandwidth() float [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:OCCBandwidth value: float = driver.source.bb.oneweb.uplink.get_occ_bandwidth()
Queries the occupied bandwidth. This value is set automatically according to the selected number of resource blocks per subframe.
- return
occ_bandwidth: float
- get_occ_subcarriers() int [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:OCCSubcarriers value: int = driver.source.bb.oneweb.uplink.get_occ_subcarriers()
Queries the occupied subcarriers. The value is set automatically according to the selected number of resource blocks per subframe.
- return
occ_subcarriers: integer Range: 72 to 1321
- get_rgs() int [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:RGS value: int = driver.source.bb.oneweb.uplink.get_rgs()
Queries the number of right guard subcarriers. The value is set automatically according to the selected number of resource blocks per subframe.
- return
rg_sub_carr: integer Range: 35 to 601
- get_sf_selection() int [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:SFSelection value: int = driver.source.bb.oneweb.uplink.get_sf_selection()
No command help available
- return
sub_frame_sel: No help available
- get_soffset() int [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:SOFFset value: int = driver.source.bb.oneweb.uplink.get_soffset()
Sets the start SFN value.
- return
sfn_offset: integer Range: 0 to 4095
- get_symbol_rate() float [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:SRATe value: float = driver.source.bb.oneweb.uplink.get_symbol_rate()
Queries the sampling rate.
- return
samp_rate: float Range: 192E4 to 3072E4
- set_con_sub_frames(conf_subframes: int) None [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:CONSubframes driver.source.bb.oneweb.uplink.set_con_sub_frames(conf_subframes = 1)
No command help available
- param conf_subframes
No help available
- set_sf_selection(sub_frame_sel: int) None [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:SFSelection driver.source.bb.oneweb.uplink.set_sf_selection(sub_frame_sel = 1)
No command help available
- param sub_frame_sel
No help available
- set_soffset(sfn_offset: int) None [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:SOFFset driver.source.bb.oneweb.uplink.set_soffset(sfn_offset = 1)
Sets the start SFN value.
- param sfn_offset
integer Range: 0 to 4095
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.oneweb.uplink.clone()
Subgroups