CgTimer

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:SPS:UL:CGTimer
class CgTimerCls[source]

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

get(cell_name: str) int[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:SPS:UL:CGTimer
value: int = driver.configure.signaling.nradio.cell.ueScheduling.sps.uplink.cgTimer.get(cell_name = 'abc')

Configures the signaled ‘configuredGrantTimer’ for UL configured grant, for the initial BWP.

param cell_name:

No help available

return:

timer: No help available

set(cell_name: str, timer: int) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:SPS:UL:CGTimer
driver.configure.signaling.nradio.cell.ueScheduling.sps.uplink.cgTimer.set(cell_name = 'abc', timer = 1)

Configures the signaled ‘configuredGrantTimer’ for UL configured grant, for the initial BWP.

param cell_name:

No help available

param timer:

No help available