Downlink
SCPI Commands :
[SOURce<HW>]:BB:ONEWeb:DL:BUR
[SOURce<HW>]:BB:ONEWeb:DL:BW
[SOURce<HW>]:BB:ONEWeb:DL:CONSubframes
[SOURce<HW>]:BB:ONEWeb:DL:CPC
[SOURce<HW>]:BB:ONEWeb:DL:FFT
[SOURce<HW>]:BB:ONEWeb:DL:LGS
[SOURce<HW>]:BB:ONEWeb:DL:NORB
[SOURce<HW>]:BB:ONEWeb:DL:OCCBandwidth
[SOURce<HW>]:BB:ONEWeb:DL:OCCSubcarriers
[SOURce<HW>]:BB:ONEWeb:DL:RGS
[SOURce<HW>]:BB:ONEWeb:DL:SFSelection
[SOURce<HW>]:BB:ONEWeb:DL:SRATe
- class DownlinkCls[source]
Downlink commands group definition. 154 total commands, 13 Subgroups, 12 group commands
- get_bur() RsSmw.enums.BehUnsSubFrames [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:DL:BUR value: enums.BehUnsSubFrames = driver.source.bb.oneweb.downlink.get_bur()
No command help available
- return
bur: No help available
- get_bw() RsSmw.enums.OneWebDlChannelBandwidth [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:DL:BW value: enums.OneWebDlChannelBandwidth = driver.source.bb.oneweb.downlink.get_bw()
Queries the DL channel bandwidth.
- return
bw: BW250_00
- get_con_sub_frames() int [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:DL:CONSubframes value: int = driver.source.bb.oneweb.downlink.get_con_sub_frames()
Sets the number of configurable subframes.
- return
con_sub_frames: integer Range: 1 to 40
- get_cpc() RsSmw.enums.OneWebCyclicPrefixGs [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:DL:CPC value: enums.OneWebCyclicPrefixGs = driver.source.bb.oneweb.downlink.get_cpc()
No command help available
- return
cyclic_prefix: No help available
- get_fft() int [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:DL:FFT value: int = driver.source.bb.oneweb.downlink.get_fft()
No command help available
- return
fft: No help available
- get_lgs() int [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:DL:LGS value: int = driver.source.bb.oneweb.downlink.get_lgs()
No command help available
- return
lgs: No help available
- get_no_rb() int [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:DL:NORB value: int = driver.source.bb.oneweb.downlink.get_no_rb()
Queries the number of physical resource blocks per subframe.
- return
no_rb: integer Range: 100 to 1152
- get_occ_bandwidth() int [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:DL:OCCBandwidth value: int = driver.source.bb.oneweb.downlink.get_occ_bandwidth()
Queries the occupied bandwidth.
- return
occup_bandwidth: integer
- get_occ_subcarriers() int [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:DL:OCCSubcarriers value: int = driver.source.bb.oneweb.downlink.get_occ_subcarriers()
Queries the occupied subcarriers.
- return
occup_subcarr: integer Range: 72 to 1321
- get_rgs() int [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:DL:RGS value: int = driver.source.bb.oneweb.downlink.get_rgs()
No command help available
- return
rgs: No help available
- get_sf_selection() int [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:DL:SFSelection value: int = driver.source.bb.oneweb.downlink.get_sf_selection()
No command help available
- return
sub_frame_sel: No help available
- get_symbol_rate() float [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:DL:SRATe value: float = driver.source.bb.oneweb.downlink.get_symbol_rate()
Queries the sampling rate.
- return
sample_rate: float Range: 192E4 to 3072E4
- set_bur(bur: RsSmw.enums.BehUnsSubFrames) None [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:DL:BUR driver.source.bb.oneweb.downlink.set_bur(bur = enums.BehUnsSubFrames.DTX)
No command help available
- param bur
No help available
- set_con_sub_frames(con_sub_frames: int) None [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:DL:CONSubframes driver.source.bb.oneweb.downlink.set_con_sub_frames(con_sub_frames = 1)
Sets the number of configurable subframes.
- param con_sub_frames
integer Range: 1 to 40
- set_sf_selection(sub_frame_sel: int) None [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:DL:SFSelection driver.source.bb.oneweb.downlink.set_sf_selection(sub_frame_sel = 1)
No command help available
- param sub_frame_sel
No help available
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.oneweb.downlink.clone()
Subgroups