Dmtb

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:BWPart:PUSCh:DMTB
class DmtbCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Config_Type: int: DM-RS setting ‘dmrs-Type’.

  • Add_Position: int: DM-RS setting ‘dmrs-AdditionalPosition’.

  • Max_Length: int: DM-RS setting ‘maxLength’.

get(bwp: BandwidthPart, carrierComponent=CarrierComponent.Nr1) GetStruct[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:BWPart:PUSCh:DMTB
value: GetStruct = driver.configure.nrSubMeas.cc.bwPart.pusch.dmtb.get(bwp = enums.BandwidthPart.BWP0, carrierComponent = repcap.CarrierComponent.Nr1)

Configures the DM-RS for mapping type B. The settings apply to the <BWP> on carrier <no>.

param bwp:

No help available

param carrierComponent:

optional repeated capability selector. Default value: Nr1

return:

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

set(bwp: BandwidthPart, config_type: int, add_position: int, max_length: int, carrierComponent=CarrierComponent.Nr1) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:BWPart:PUSCh:DMTB
driver.configure.nrSubMeas.cc.bwPart.pusch.dmtb.set(bwp = enums.BandwidthPart.BWP0, config_type = 1, add_position = 1, max_length = 1, carrierComponent = repcap.CarrierComponent.Nr1)

Configures the DM-RS for mapping type B. The settings apply to the <BWP> on carrier <no>.

param bwp:

No help available

param config_type:

DM-RS setting ‘dmrs-Type’.

param add_position:

DM-RS setting ‘dmrs-AdditionalPosition’.

param max_length:

DM-RS setting ‘maxLength’.

param carrierComponent:

optional repeated capability selector. Default value: Nr1