Send

SCPI Command :

[CONFigure]:SIGNaling:LTE:CELL:UESCheduling:LAA:RBURst:CCRNti:SEND
class SendCls[source]

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

get(cell_name: str) CcrntisEnd[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:LAA:RBURst:CCRNti:SEND
value: enums.CcrntisEnd = driver.configure.signaling.lte.cell.ueScheduling.laa.rburst.ccrnti.send.get(cell_name = 'abc')

Selects subframes for transmission of CC-RNTI, for random bursts.

param cell_name:

No help available

return:

ccrntis_end: Send CC-RNTI: F2SF: final 2 SF LSF: last SF BLSF: before last SF SASF: skip all SF ASF: all SF

set(cell_name: str, ccrntis_end: CcrntisEnd) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:LAA:RBURst:CCRNti:SEND
driver.configure.signaling.lte.cell.ueScheduling.laa.rburst.ccrnti.send.set(cell_name = 'abc', ccrntis_end = enums.CcrntisEnd.ASF)

Selects subframes for transmission of CC-RNTI, for random bursts.

param cell_name:

No help available

param ccrntis_end:

Send CC-RNTI: F2SF: final 2 SF LSF: last SF BLSF: before last SF SASF: skip all SF ASF: all SF