Rand
SCPI Commands :
[SOURce<HW>]:BB:EUTRa:DL:NIOT:RAND:RMAX
[SOURce<HW>]:BB:EUTRa:DL:NIOT:RAND:SSOFfset
[SOURce<HW>]:BB:EUTRa:DL:NIOT:RAND:STSFrame
- class RandCls[source]
Rand commands group definition. 3 total commands, 0 Subgroups, 3 group commands
- get_rmax() RsSmbv.enums.EutraNbiotRmAx [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:RAND:RMAX value: enums.EutraNbiotRmAx = driver.source.bb.eutra.downlink.niot.rand.get_rmax()
Sets the maximum number NPDCCH is repeated RMax (random access) .
- return
random_rmax: R1| R2| R4| R8| R16| R32| R64| R128| R256| R512| R1024| R2048
- get_ss_offset() RsSmbv.enums.EutraNbiotSearchSpaceOffset [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:RAND:SSOFfset value: enums.EutraNbiotSearchSpaceOffset = driver.source.bb.eutra.downlink.niot.rand.get_ss_offset()
Sets the serach space offset (alphaoffset) .
- return
random_offset: O0| O1_8| O1_4| O3_8
- get_sts_frame() RsSmbv.enums.EutraNbiotSearchSpaceStSubFrame [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:RAND:STSFrame value: enums.EutraNbiotSearchSpaceStSubFrame = driver.source.bb.eutra.downlink.niot.rand.get_sts_frame()
Sets the start SF for the random access common search space.
- return
start_sf: S1_5| S2| S4| S8| S16| S32| S48| S64
- set_rmax(random_rmax: RsSmbv.enums.EutraNbiotRmAx) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:RAND:RMAX driver.source.bb.eutra.downlink.niot.rand.set_rmax(random_rmax = enums.EutraNbiotRmAx.R1)
Sets the maximum number NPDCCH is repeated RMax (random access) .
- param random_rmax
R1| R2| R4| R8| R16| R32| R64| R128| R256| R512| R1024| R2048
- set_ss_offset(random_offset: RsSmbv.enums.EutraNbiotSearchSpaceOffset) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:RAND:SSOFfset driver.source.bb.eutra.downlink.niot.rand.set_ss_offset(random_offset = enums.EutraNbiotSearchSpaceOffset.O0)
Sets the serach space offset (alphaoffset) .
- param random_offset
O0| O1_8| O1_4| O3_8
- set_sts_frame(start_sf: RsSmbv.enums.EutraNbiotSearchSpaceStSubFrame) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:RAND:STSFrame driver.source.bb.eutra.downlink.niot.rand.set_sts_frame(start_sf = enums.EutraNbiotSearchSpaceStSubFrame.S1_5)
Sets the start SF for the random access common search space.
- param start_sf
S1_5| S2| S4| S8| S16| S32| S48| S64