Uplink
SCPI Commands :
[SOURce<HW>]:BB:EUTRa:UL:BW
[SOURce<HW>]:BB:EUTRa:UL:CONSubframes
[SOURce<HW>]:BB:EUTRa:UL:CPC
[SOURce<HW>]:BB:EUTRa:UL:DLCPc
[SOURce<HW>]:BB:EUTRa:UL:FFT
[SOURce<HW>]:BB:EUTRa:UL:LGS
[SOURce<HW>]:BB:EUTRa:UL:NORB
[SOURce<HW>]:BB:EUTRa:UL:OCCBandwidth
[SOURce<HW>]:BB:EUTRa:UL:OCCSubcarriers
[SOURce<HW>]:BB:EUTRa:UL:RGS
[SOURce<HW>]:BB:EUTRa:UL:SFSelection
[SOURce<HW>]:BB:EUTRa:UL:SOFFset
[SOURce<HW>]:BB:EUTRa:UL:SRATe
- class UplinkCls[source]
Uplink commands group definition. 446 total commands, 15 Subgroups, 13 group commands
- get_bw() RsSmw.enums.ChannelBandwidth [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:BW value: enums.ChannelBandwidth = driver.source.bb.eutra.uplink.get_bw()
Sets the UL channel bandwidth.
- return
bandwidth: BW1_40| BW3_00| BW5_00| BW10_00| BW15_00| BW20_00 | BW0_20 | USER
- get_con_sub_frames() int [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:CONSubframes value: int = driver.source.bb.eutra.uplink.get_con_sub_frames()
No command help available
- return
conf_subframes: No help available
- get_cpc() RsSmw.enums.CyclicPrefixGs [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:CPC value: enums.CyclicPrefixGs = driver.source.bb.eutra.uplink.get_cpc()
Sets the cyclic prefix length for all subframes.
- return
cyclic_prefix: NORMal| EXTended | USER
- get_dl_cpc() RsSmw.enums.EuTraDuration [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:DLCPc value: enums.EuTraDuration = driver.source.bb.eutra.uplink.get_dl_cpc()
In TDD mode, determines the cyclic prefix for the appropriate opposite direction.
- return
gs_cpc_opp_dir: NORMal| EXTended
- get_fft() int [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:FFT value: int = driver.source.bb.eutra.uplink.get_fft()
Sets the FFT (Fast Fourier Transformation) size. The available values depend on the selected number of resource blocks per slot.
- return
fft_size: integer Range: 64 to 2048
- get_lgs() int [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:LGS value: int = driver.source.bb.eutra.uplink.get_lgs()
Queries the number of left guard subcarriers. The value is set automatically according to the selected number of resource blocks per slot.
- return
lg_sub_carr: integer Range: 28 to 364
- get_no_rb() int [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:NORB value: int = driver.source.bb.eutra.uplink.get_no_rb()
Selects the number of physical resource blocks per slot.
- return
num_res_blocks: integer Range: 6 to 110
- get_occ_bandwidth() float [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:OCCBandwidth value: float = driver.source.bb.eutra.uplink.get_occ_bandwidth()
Queries the occupied bandwidth. This value is set automatically according to the selected number of resource blocks per slot.
- return
occ_bandwidth: float Unit: MHz
- get_occ_subcarriers() int [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:OCCSubcarriers value: int = driver.source.bb.eutra.uplink.get_occ_subcarriers()
Queries the occupied subcarriers. The value is set automatically according to the selected number of resource blocks per slot.
- return
occ_subcarriers: integer Range: 72 to 1320
- get_rgs() int [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:RGS value: int = driver.source.bb.eutra.uplink.get_rgs()
Queries the number of right guard subcarriers. The value is set automatically according to the selected number of resource blocks per slot.
- return
rg_sub_carr: integer Range: 35 to 601
- get_sf_selection() int [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:SFSelection value: int = driver.source.bb.eutra.uplink.get_sf_selection()
No command help available
- return
sub_frame_sel: No help available
- get_soffset() int [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:SOFFset value: int = driver.source.bb.eutra.uplink.get_soffset()
Set the start SFN value.
- return
sfn_offset: integer Range: 0 to 4095, Unit: Frames
- get_symbol_rate() float [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:SRATe value: float = driver.source.bb.eutra.uplink.get_symbol_rate()
Queries the sampling rate.
- return
samp_rate: float Range: 192E4 to 3072E4
- set_bw(bandwidth: RsSmw.enums.ChannelBandwidth) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:BW driver.source.bb.eutra.uplink.set_bw(bandwidth = enums.ChannelBandwidth.BW0_20)
Sets the UL channel bandwidth.
- param bandwidth
BW1_40| BW3_00| BW5_00| BW10_00| BW15_00| BW20_00 | BW0_20 | USER
- set_con_sub_frames(conf_subframes: int) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:CONSubframes driver.source.bb.eutra.uplink.set_con_sub_frames(conf_subframes = 1)
No command help available
- param conf_subframes
No help available
- set_cpc(cyclic_prefix: RsSmw.enums.CyclicPrefixGs) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:CPC driver.source.bb.eutra.uplink.set_cpc(cyclic_prefix = enums.CyclicPrefixGs.EXTended)
Sets the cyclic prefix length for all subframes.
- param cyclic_prefix
NORMal| EXTended | USER
- set_dl_cpc(gs_cpc_opp_dir: RsSmw.enums.EuTraDuration) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:DLCPc driver.source.bb.eutra.uplink.set_dl_cpc(gs_cpc_opp_dir = enums.EuTraDuration.EXTended)
In TDD mode, determines the cyclic prefix for the appropriate opposite direction.
- param gs_cpc_opp_dir
NORMal| EXTended
- set_fft(fft_size: int) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:FFT driver.source.bb.eutra.uplink.set_fft(fft_size = 1)
Sets the FFT (Fast Fourier Transformation) size. The available values depend on the selected number of resource blocks per slot.
- param fft_size
integer Range: 64 to 2048
- set_no_rb(num_res_blocks: int) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:NORB driver.source.bb.eutra.uplink.set_no_rb(num_res_blocks = 1)
Selects the number of physical resource blocks per slot.
- param num_res_blocks
integer Range: 6 to 110
- set_sf_selection(sub_frame_sel: int) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:SFSelection driver.source.bb.eutra.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:EUTRa:UL:SOFFset driver.source.bb.eutra.uplink.set_soffset(sfn_offset = 1)
Set the start SFN value.
- param sfn_offset
integer Range: 0 to 4095, Unit: Frames
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.eutra.uplink.clone()
Subgroups
- ApMap
- Ca
- Cell<CellNull>
- Emtc
- Niot
- Plci
- Prach
- Pucch
- Pusch
- Refsig
- RstFrame
- Rtfb
- Subf<SubframeNull>
- Ue<UserEquipment>
- Aapto
- ApMap
- Cell<CellNull>
- Cid
- ConSubFrames
- DacRestart
- Emtc
- Id
- Mode
- Niot
- Ocid
- Power
- Prach
- Pucch
- Release
- Sl
- State
- View