Pcc

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CELL:BANDwidth[:PCC]:DL
class PccCls[source]

Pcc commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_downlink() Bandwidth[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:BANDwidth[:PCC]:DL
value: enums.Bandwidth = driver.configure.cell.bandwidth.pcc.get_downlink()

Defines the DL cell bandwidth. The PCC DL bandwidth is also used for the UL.

return:

bandwidth: B014 | B030 | B050 | B100 | B150 | B200 B014: 1.4 MHz B030: 3 MHz B050: 5 MHz B100: 10 MHz B150: 15 MHz B200: 20 MHz

set_downlink(bandwidth: Bandwidth) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:BANDwidth[:PCC]:DL
driver.configure.cell.bandwidth.pcc.set_downlink(bandwidth = enums.Bandwidth.B014)

Defines the DL cell bandwidth. The PCC DL bandwidth is also used for the UL.

param bandwidth:

B014 | B030 | B050 | B100 | B150 | B200 B014: 1.4 MHz B030: 3 MHz B050: 5 MHz B100: 10 MHz B150: 15 MHz B200: 20 MHz