Pbch

SCPI Commands :

[SOURce<HW>]:BB:EUTRa:DL:PBCH:MIB
[SOURce<HW>]:BB:EUTRa:DL:PBCH:MSPare
[SOURce<HW>]:BB:EUTRa:DL:PBCH:RATBa
[SOURce<HW>]:BB:EUTRa:DL:PBCH:SOFFset
class PbchCls[source]

Pbch commands group definition. 4 total commands, 0 Subgroups, 4 group commands

get_mib() bool[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:PBCH:MIB
value: bool = driver.source.bb.eutra.downlink.pbch.get_mib()

Enables transmission of real MIB data.

return

state: 1| ON| 0| OFF

get_mspare() List[str][source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:PBCH:MSPare
value: List[str] = driver.source.bb.eutra.downlink.pbch.get_mspare()

Sets the 10 spare bits in the PBCH transmission.

return

mib_spare_bits: 64 bit

get_ratba() float[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:PBCH:RATBa
value: float = driver.source.bb.eutra.downlink.pbch.get_ratba()

Sets the transmit energy ratio among the resource elements allocated for teh channel in the OFDM symbols containing reference signal (P_B) and such not containing one (P_A) .

return

ratio_pb_pa: float Range: -10 to 10

get_soffset() int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:PBCH:SOFFset
value: int = driver.source.bb.eutra.downlink.pbch.get_soffset()

Sets an offset for the start value of the SFN (System Frame Number) .

return

sfn_offset: integer Range: 0 to 1020

set_mib(state: bool) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:PBCH:MIB
driver.source.bb.eutra.downlink.pbch.set_mib(state = False)

Enables transmission of real MIB data.

param state

1| ON| 0| OFF

set_mspare(mib_spare_bits: List[str]) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:PBCH:MSPare
driver.source.bb.eutra.downlink.pbch.set_mspare(mib_spare_bits = ['rawAbc1', 'rawAbc2', 'rawAbc3'])

Sets the 10 spare bits in the PBCH transmission.

param mib_spare_bits

64 bit

set_ratba(ratio_pb_pa: float) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:PBCH:RATBa
driver.source.bb.eutra.downlink.pbch.set_ratba(ratio_pb_pa = 1.0)

Sets the transmit energy ratio among the resource elements allocated for teh channel in the OFDM symbols containing reference signal (P_B) and such not containing one (P_A) .

param ratio_pb_pa

float Range: -10 to 10

set_soffset(sfn_offset: int) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:PBCH:SOFFset
driver.source.bb.eutra.downlink.pbch.set_soffset(sfn_offset = 1)

Sets an offset for the start value of the SFN (System Frame Number) .

param sfn_offset

integer Range: 0 to 1020