All

SCPI Command :

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

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

class AllStruct[source]

Response structure. Fields:

  • Number_Rb: enums.NumberRb: ZERO | N1 | N2 | N3 | N4 | N5 | N6 Number of allocated resource blocks

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

  • Narrow_Band: int: numeric Narrowband for the first transmission Range: 0 to 15

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

  • Transp_Block_Size_Idx: int: numeric Transport block size index Range: 0 to 14

get() AllStruct[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:EMAMode:A:DL:ALL
value: AllStruct = driver.configure.connection.pcc.emamode.a.downlink.all.get()

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

return:

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

set(number_rb: NumberRb, start_rb: int, narrow_band: int, modulation: Modulation, transp_block_size_idx: int) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:EMAMode:A:DL:ALL
driver.configure.connection.pcc.emamode.a.downlink.all.set(number_rb = enums.NumberRb.N1, start_rb = 1, narrow_band = 1, modulation = enums.Modulation.Q1024, transp_block_size_idx = 1)

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

param number_rb:

ZERO | N1 | N2 | N3 | N4 | N5 | N6 Number of allocated resource blocks

param start_rb:

numeric Position of first resource block Range: 0 to 6

param narrow_band:

numeric Narrowband for the first transmission Range: 0 to 15

param modulation:

QPSK | Q16 Modulation type QPSK | 16-QAM

param transp_block_size_idx:

numeric Transport block size index Range: 0 to 14