Rsource
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:POWer:UL:AUTO:RSOurce
- class RsourceCls[source]
Rsource commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) SrcType[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:POWer:UL:AUTO:RSOurce value: enums.SrcType = driver.configure.signaling.nradio.cell.power.uplink.auto.rsource.get(cell_name = 'abc')
Sets the reference source for automatic configuration of expected UL power.
- param cell_name:
No help available
- return:
ref_source: PUSC: PUSCH PUCC: PUCCH PUPU: PUCCH and PUSCH
- set(cell_name: str, ref_source: SrcType) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:POWer:UL:AUTO:RSOurce driver.configure.signaling.nradio.cell.power.uplink.auto.rsource.set(cell_name = 'abc', ref_source = enums.SrcType.PUCC)
Sets the reference source for automatic configuration of expected UL power.
- param cell_name:
No help available
- param ref_source:
PUSC: PUSCH PUCC: PUCCH PUPU: PUCCH and PUSCH