Ira

SCPI Command :

[CONFigure]:SIGNaling:LTE:CELL:UESCheduling:SPS:SASSignment:UL:IRA
class IraCls[source]

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

get(cell_name: str) Ira[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:SPS:SASSignment:UL:IRA
value: enums.Ira = driver.configure.signaling.lte.cell.ueScheduling.sps.sassignment.uplink.ira.get(cell_name = 'abc')

Configures the number of empty transmissions before implicit release of the UL grant, for SPS scheduling.

param cell_name:

No help available

return:

ira: No help available

set(cell_name: str, ira: Ira) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:SPS:SASSignment:UL:IRA
driver.configure.signaling.lte.cell.ueScheduling.sps.sassignment.uplink.ira.set(cell_name = 'abc', ira = enums.Ira.E2)

Configures the number of empty transmissions before implicit release of the UL grant, for SPS scheduling.

param cell_name:

No help available

param ira:

No help available