Channel
SCPI Command :
[CONFigure]:SIGNaling:LTE:CELL:POWer:CONTrol:CHANnel
- class ChannelCls[source]
Channel commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) SrcType[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:POWer:CONTrol:CHANnel value: enums.SrcType = driver.configure.signaling.lte.cell.power.control.channel.get(cell_name = 'abc')
Selects the uplink channel types to which the power control commands are applied.
- param cell_name:
No help available
- return:
type_py: PUSC: PUSCH PUCC: PUCCH PUPU: PUSCH and PUCCH
- set(cell_name: str, type_py: SrcType) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:POWer:CONTrol:CHANnel driver.configure.signaling.lte.cell.power.control.channel.set(cell_name = 'abc', type_py = enums.SrcType.PUCC)
Selects the uplink channel types to which the power control commands are applied.
- param cell_name:
No help available
- param type_py:
PUSC: PUSCH PUCC: PUCCH PUPU: PUSCH and PUCCH