All

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:CSCHeduling:A:UL:ALL
class AllCls[source]

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

class AllStruct[source]

Response structure. Fields:

  • Number_Rb: int: numeric Number of allocated resource blocks Range: 0 to 24

  • Start_Rb: int: numeric Position of first resource block Range: 0 to 6

  • Modulation: enums.Modulation: QPSK | Q16 Modulation type QPSK | 16-QAM

  • Trans_Block_Size_Idx: int: numeric Range: 0 to 14, 16 to 21

get() AllStruct[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:CSCHeduling:A:UL:ALL
value: AllStruct = driver.configure.connection.pcc.cscheduling.a.uplink.all.get()

Configures eMTC compact scheduling, uplink, for CE mode A. The indicated input ranges list all possible values. The ranges have dependencies described in the background information, see ‘eMTC compact scheduling’.

return:

structure: for return value, see the help for AllStruct structure arguments.

set(number_rb: int, start_rb: int, modulation: Modulation, trans_block_size_idx: int) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:CSCHeduling:A:UL:ALL
driver.configure.connection.pcc.cscheduling.a.uplink.all.set(number_rb = 1, start_rb = 1, modulation = enums.Modulation.Q1024, trans_block_size_idx = 1)

Configures eMTC compact scheduling, uplink, for CE mode A. The indicated input ranges list all possible values. The ranges have dependencies described in the background information, see ‘eMTC compact scheduling’.

param number_rb:

numeric Number of allocated resource blocks Range: 0 to 24

param start_rb:

numeric Position of first resource block Range: 0 to 6

param modulation:

QPSK | Q16 Modulation type QPSK | 16-QAM

param trans_block_size_idx:

numeric Range: 0 to 14, 16 to 21