MdCycle

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:TDD:UL:MDCYcle
class MdCycleCls[source]

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

get(cell_name: str) UlMaxDutyCyle[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:TDD:UL:MDCYcle
value: enums.UlMaxDutyCyle = driver.configure.signaling.nradio.cell.tdd.uplink.mdCycle.get(cell_name = 'abc')

Configures the maximum percentage of scheduled UL symbols. Selecting a D8x value also configures other settings so that they are compatible to maximum UL duty cycle tests.

param cell_name:

No help available

return:

ul_max_duty_cyle: OFF: no maximum duty cycle applied D80 | D82 | D85 | D87: 80 % to 87 % D89: 89.6 %

set(cell_name: str, ul_max_duty_cyle: UlMaxDutyCyle) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:TDD:UL:MDCYcle
driver.configure.signaling.nradio.cell.tdd.uplink.mdCycle.set(cell_name = 'abc', ul_max_duty_cyle = enums.UlMaxDutyCyle.D80)

Configures the maximum percentage of scheduled UL symbols. Selecting a D8x value also configures other settings so that they are compatible to maximum UL duty cycle tests.

param cell_name:

No help available

param ul_max_duty_cyle:

OFF: no maximum duty cycle applied D80 | D82 | D85 | D87: 80 % to 87 % D89: 89.6 %