Pdsch

SCPI Commands :

[SOURce<HW>]:BB:EUTRa:DL:PDSCh:PB
[SOURce<HW>]:BB:EUTRa:DL:PDSCh:RATBa
class PdschCls[source]

Pdsch commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_pb() int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:PDSCh:PB
value: int = driver.source.bb.eutra.downlink.pdsch.get_pb()

Sets the cell-specific ratio rho_B/rho_A according to .

return

pb: integer Range: 0 to 3

get_ratba() float[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:PDSCh:RATBa
value: float = driver.source.bb.eutra.downlink.pdsch.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

set_pb(pb: int) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:PDSCh:PB
driver.source.bb.eutra.downlink.pdsch.set_pb(pb = 1)

Sets the cell-specific ratio rho_B/rho_A according to .

param pb

integer Range: 0 to 3

set_ratba(ratio_pb_pa: float) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:PDSCh:RATBa
driver.source.bb.eutra.downlink.pdsch.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