All

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:CSCHeduling:B: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: No parameter help available

  • Start_Rb: int: No parameter help available

  • Modulation: enums.Modulation: No parameter help available

  • Trans_Block_Size_Idx: int: No parameter help available

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

No command help available

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:B:UL:ALL
driver.configure.connection.pcc.cscheduling.b.uplink.all.set(number_rb = 1, start_rb = 1, modulation = enums.Modulation.Q1024, trans_block_size_idx = 1)

No command help available

param number_rb:

No help available

param start_rb:

No help available

param modulation:

No help available

param trans_block_size_idx:

No help available