All

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:EMAMode:B: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: float: numeric | ZERO | N4 | N6 Number of allocated resource blocks

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

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

  • Modulation: enums.Modulation: QPSK Modulation type QPSK

  • Transp_Block_Size_Idx: int: No parameter help available

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

Configures the eMTC auto mode, downlink, for CE mode B. 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: float, start_rb: int, narrow_band: int, modulation: Modulation, transp_block_size_idx: int) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:EMAMode:B:DL:ALL
driver.configure.connection.pcc.emamode.b.downlink.all.set(number_rb = 1.0, start_rb = 1, narrow_band = 1, modulation = enums.Modulation.Q1024, transp_block_size_idx = 1)

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

param number_rb:

numeric | ZERO | N4 | N6 Number of allocated resource blocks

param start_rb:

numeric Position of first resource block Range: 0 to 0

param narrow_band:

numeric Narrowband for the first transmission Range: 0 to 15

param modulation:

QPSK Modulation type QPSK

param transp_block_size_idx:

numeric Transport block size index Range: 0 to 9