Pdsch

SCPI Commands :

[SOURce<HW>]:BB:EUTRa:DL:PDSCh:PB
[SOURce<HW>]:BB:EUTRa:DL:PDSCh:RATBa
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_pb() int[source]
# [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 .

Returns:

pb: integer Range: 0 to 3

get_ratba() float[source]
# [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) .

Returns:

ratio_pb_pa: float Range: -10 to 10

set_pb(pb: int) None[source]
# [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 .

Parameters:

pb – integer Range: 0 to 3

set_ratba(ratio_pb_pa: float) None[source]
# [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) .

Parameters:

ratio_pb_pa – float Range: -10 to 10