Channel
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:BWP<bpwid>:POWer:CONTrol:CHANnel
- class ChannelCls[source]
Channel commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str, bwParts=BwParts.Default) SrcType[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bpwid>:POWer:CONTrol:CHANnel value: enums.SrcType = driver.configure.signaling.nradio.cell.bwp.power.control.channel.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)
Selects the uplink channel types to which the power control commands are applied, for BWP <bb>.
- param cell_name:
No help available
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)
- return:
type_py: PUSC: PUSCH PUCC: PUCCH PUPU: PUSCH and PUCCH
- set(cell_name: str, type_py: SrcType, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bpwid>:POWer:CONTrol:CHANnel driver.configure.signaling.nradio.cell.bwp.power.control.channel.set(cell_name = 'abc', type_py = enums.SrcType.PUCC, bwParts = repcap.BwParts.Default)
Selects the uplink channel types to which the power control commands are applied, for BWP <bb>.
- param cell_name:
No help available
- param type_py:
PUSC: PUSCH PUCC: PUCCH PUPU: PUSCH and PUCCH
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)