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
- Commands in total: 3Subgroups: 0Direct child commands: 3
- get_rmax() EutraNbiotRmAx[source]
# [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) .
- Returns:
random_rmax: R1 | R2 | R4 | R8 | R16 | R32 | R64 | R128 | R256 | R512 | R1024 | R2048
- get_ss_offset() EutraNbiotSearchSpaceOffset[source]
# [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) .
- Returns:
random_offset: O0 | O1_8 | O1_4 | O3_8
- get_sts_frame() EutraNbiotSearchSpaceStSubFrame[source]
# [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.
- Returns:
start_sf: S1_5 | S2 | S4 | S8 | S16 | S32 | S48 | S64
- set_rmax(random_rmax: EutraNbiotRmAx) None[source]
# [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) .
- Parameters:
random_rmax – R1 | R2 | R4 | R8 | R16 | R32 | R64 | R128 | R256 | R512 | R1024 | R2048
- set_ss_offset(random_offset: EutraNbiotSearchSpaceOffset) None[source]
# [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) .
- Parameters:
random_offset – O0 | O1_8 | O1_4 | O3_8
- set_sts_frame(start_sf: EutraNbiotSearchSpaceStSubFrame) None[source]
# [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.
- Parameters:
start_sf – S1_5 | S2 | S4 | S8 | S16 | S32 | S48 | S64