Dmta

SCPI Command :

CONFigure:NRMMw:MEASurement<Instance>[:CC<no>]:BWPart:PUSCh:DMTA
class DmtaCls[source]

Dmta 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.Default) GetStruct[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>[:CC<no>]:BWPart:PUSCh:DMTA
value: GetStruct = driver.configure.nrMmwMeas.cc.bwPart.pusch.dmta.get(bwp = enums.BandwidthPart.BWP0, carrierComponent = repcap.CarrierComponent.Default)
Configures the DM-RS for mapping type A. The settings apply to the <BWP> on carrier <no>.

INTRO_CMD_HELP: For Signal Path = Network, use:

  • [CONFigure:]SIGNaling:NRADio:CELL:DMRS:UL:MTA:POSition

  • [CONFigure:]SIGNaling:NRADio:CELL:BWP<bb>:DMRS:UL:MTA:POSition

param bwp:

No help available

param carrierComponent:

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

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.Default) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>[:CC<no>]:BWPart:PUSCh:DMTA
driver.configure.nrMmwMeas.cc.bwPart.pusch.dmta.set(bwp = enums.BandwidthPart.BWP0, config_type = 1, add_position = 1, max_length = 1, carrierComponent = repcap.CarrierComponent.Default)
Configures the DM-RS for mapping type A. The settings apply to the <BWP> on carrier <no>.

INTRO_CMD_HELP: For Signal Path = Network, use:

  • [CONFigure:]SIGNaling:NRADio:CELL:DMRS:UL:MTA:POSition

  • [CONFigure:]SIGNaling:NRADio:CELL:BWP<bb>:DMRS:UL:MTA:POSition

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 (settable in the interface ‘Cc’)