Dmta

SCPI Command :

CONFigure:NRSub: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: numeric DM-RS setting ‘dmrs-Type’. Range: 1 to 2

  • Add_Position: int: numeric DM-RS setting ‘dmrs-AdditionalPosition’. Range: 0 to 3

  • Max_Length: int: numeric DM-RS setting ‘maxLength’. Range: 1 to 1

get(bwp: BandwidthPart, carrierComponent=CarrierComponent.Default) GetStruct[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:BWPart:PUSCh:DMTA
value: GetStruct = driver.configure.nrSubMeas.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>.

param bwp:

BWP0

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:NRSub:MEASurement<Instance>[:CC<no>]:BWPart:PUSCh:DMTA
driver.configure.nrSubMeas.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>.

param bwp:

BWP0

param config_type:

numeric DM-RS setting ‘dmrs-Type’. Range: 1 to 2

param add_position:

numeric DM-RS setting ‘dmrs-AdditionalPosition’. Range: 0 to 3

param max_length:

numeric DM-RS setting ‘maxLength’. Range: 1 to 1

param carrierComponent:

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