Ctype

SCPI Command :

[SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:UL:BWP<BWP(DIR0)>:PUSCh:DMTA:CTYPe
class CtypeCls[source]

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

get(userNull=UserNull.Default, cellNull=CellNull.Default, bwPartNull=BwPartNull.Default) RsSmbv.enums.Nr5GpdschConfigType[source]
# SCPI: [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:UL:BWP<BWP(DIR0)>:PUSCh:DMTA:CTYPe
value: enums.Nr5GpdschConfigType = driver.source.bb.nr5G.ubwp.user.cell.uplink.bwp.pusch.dmta.ctype.get(userNull = repcap.UserNull.Default, cellNull = repcap.CellNull.Default, bwPartNull = repcap.BwPartNull.Default)

Sets the configuration type (type 1 or type 2) and defines the mapping of the DMRS to the physical resource elements

param userNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘User’)

param cellNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)

param bwPartNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Bwp’)

return

type_aconfig_type: T1| T2

set(type_aconfig_type: RsSmbv.enums.Nr5GpdschConfigType, userNull=UserNull.Default, cellNull=CellNull.Default, bwPartNull=BwPartNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:UL:BWP<BWP(DIR0)>:PUSCh:DMTA:CTYPe
driver.source.bb.nr5G.ubwp.user.cell.uplink.bwp.pusch.dmta.ctype.set(type_aconfig_type = enums.Nr5GpdschConfigType.T1, userNull = repcap.UserNull.Default, cellNull = repcap.CellNull.Default, bwPartNull = repcap.BwPartNull.Default)

Sets the configuration type (type 1 or type 2) and defines the mapping of the DMRS to the physical resource elements

param type_aconfig_type

T1| T2

param userNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘User’)

param cellNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)

param bwPartNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Bwp’)