Ssp

SCPI Commands :

[SOURce<HW>]:BB:EUTRa:DL:EMTC:SSP:MPD1
[SOURce<HW>]:BB:EUTRa:DL:EMTC:SSP:MPD2
[SOURce<HW>]:BB:EUTRa:DL:EMTC:SSP:PDSA
[SOURce<HW>]:BB:EUTRa:DL:EMTC:SSP:PDSB
[SOURce<HW>]:BB:EUTRa:DL:EMTC:SSP:STSF
Commands in total: 5
Subgroups: 0
Direct child commands: 5
get_mpd_1() EutraEmtcMpdcchNumRepetitions[source]
# [SOURce<HW>]:BB:EUTRa:DL:EMTC:SSP:MPD1
value: enums.EutraEmtcMpdcchNumRepetitions = driver.source.bb.eutra.downlink.emtc.ssp.get_mpd_1()

Sets the maximum number of MPDCCH repetitons for type 1 and type 2 common seach spaces.

get_mpd_2() EutraEmtcMpdcchNumRepetitions[source]
# [SOURce<HW>]:BB:EUTRa:DL:EMTC:SSP:MPD2
value: enums.EutraEmtcMpdcchNumRepetitions = driver.source.bb.eutra.downlink.emtc.ssp.get_mpd_2()

Sets the maximum number of MPDCCH repetitons for type 1 and type 2 common seach spaces.

Returns:

max_rep_mpdcch_2: 1 | 2| 4 | 8| 16 | 32 | 64 | 128 | 256

get_pdsa() EutraEmtcPdschNumRepetitions[source]
# [SOURce<HW>]:BB:EUTRa:DL:EMTC:SSP:PDSA
value: enums.EutraEmtcPdschNumRepetitions = driver.source.bb.eutra.downlink.emtc.ssp.get_pdsa()

Sets the parameter pdsch-maxNumRepetitionCEmodeA that defines the PDSCH subframe assigment.

Returns:

max_rep_pdscha: 16 | 32 | 64 | NON | 192 | 256 | 384 | 512 | 786 | 1024 | 1536 | 2048

get_pdsb() EutraEmtcPdschNumRepetitions[source]
# [SOURce<HW>]:BB:EUTRa:DL:EMTC:SSP:PDSB
value: enums.EutraEmtcPdschNumRepetitions = driver.source.bb.eutra.downlink.emtc.ssp.get_pdsb()

Sets the parameter pdsch-maxNumRepetitionCEmodeB that defines the PDSCH subframe assigment.

Returns:

max_rep_pdschb: 16 | 32 | 64 | NON | 192 | 256 | 384 | 512 | 786 | 1024 | 1536 | 2048

get_stsf() EutraEmtcMpdcchStartSf[source]
# [SOURce<HW>]:BB:EUTRa:DL:EMTC:SSP:STSF
value: enums.EutraEmtcMpdcchStartSf = driver.source.bb.eutra.downlink.emtc.ssp.get_stsf()

Sets the start SF for the random access common search space.

Returns:

sp_start_sf: S1 | S1_5 | S2 | S2_5 | S5 | S8 | S10 | S20 | S4

set_mpd_1(max_rep_mpdcch_1: EutraEmtcMpdcchNumRepetitions) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:EMTC:SSP:MPD1
driver.source.bb.eutra.downlink.emtc.ssp.set_mpd_1(max_rep_mpdcch_1 = enums.EutraEmtcMpdcchNumRepetitions._1)

Sets the maximum number of MPDCCH repetitons for type 1 and type 2 common seach spaces.

Parameters:

max_rep_mpdcch_1 – 1 | 2| 4 | 8| 16 | 32 | 64 | 128 | 256

set_mpd_2(max_rep_mpdcch_2: EutraEmtcMpdcchNumRepetitions) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:EMTC:SSP:MPD2
driver.source.bb.eutra.downlink.emtc.ssp.set_mpd_2(max_rep_mpdcch_2 = enums.EutraEmtcMpdcchNumRepetitions._1)

Sets the maximum number of MPDCCH repetitons for type 1 and type 2 common seach spaces.

Parameters:

max_rep_mpdcch_2 – 1 | 2| 4 | 8| 16 | 32 | 64 | 128 | 256

set_pdsa(max_rep_pdscha: EutraEmtcPdschNumRepetitions) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:EMTC:SSP:PDSA
driver.source.bb.eutra.downlink.emtc.ssp.set_pdsa(max_rep_pdscha = enums.EutraEmtcPdschNumRepetitions._1024)

Sets the parameter pdsch-maxNumRepetitionCEmodeA that defines the PDSCH subframe assigment.

Parameters:

max_rep_pdscha – 16 | 32 | 64 | NON | 192 | 256 | 384 | 512 | 786 | 1024 | 1536 | 2048

set_pdsb(max_rep_pdschb: EutraEmtcPdschNumRepetitions) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:EMTC:SSP:PDSB
driver.source.bb.eutra.downlink.emtc.ssp.set_pdsb(max_rep_pdschb = enums.EutraEmtcPdschNumRepetitions._1024)

Sets the parameter pdsch-maxNumRepetitionCEmodeB that defines the PDSCH subframe assigment.

Parameters:

max_rep_pdschb – 16 | 32 | 64 | NON | 192 | 256 | 384 | 512 | 786 | 1024 | 1536 | 2048

set_stsf(sp_start_sf: EutraEmtcMpdcchStartSf) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:EMTC:SSP:STSF
driver.source.bb.eutra.downlink.emtc.ssp.set_stsf(sp_start_sf = enums.EutraEmtcMpdcchStartSf.S1)

Sets the start SF for the random access common search space.

Parameters:

sp_start_sf – S1 | S1_5 | S2 | S2_5 | S5 | S8 | S10 | S20 | S4