Dmta
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:BWPart:PUSCh:DMTA
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class GetStruct[source]
Response structure. Fields:
1 Config_Type: int: DM-RS setting ‘dmrs-Type’.
2 Add_Position: int: DM-RS setting ‘dmrs-AdditionalPosition’.
3 Max_Length: int: DM-RS setting ‘maxLength’.
- get(bwp: BandwidthPart, carrierComponent=CarrierComponent.Nr1) GetStruct[source]
# 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.Nr1)
Configures the DM-RS for mapping type A. The settings apply to the <BWP> on carrier <no>.
- Parameters:
bwp – BWP0
carrierComponent – optional repeated capability selector. Default value: Nr1
- Returns:
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]
# 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.Nr1)
Configures the DM-RS for mapping type A. The settings apply to the <BWP> on carrier <no>.
- Parameters:
bwp – BWP0
config_type – DM-RS setting ‘dmrs-Type’.
add_position – DM-RS setting ‘dmrs-AdditionalPosition’.
max_length – DM-RS setting ‘maxLength’.
carrierComponent – optional repeated capability selector. Default value: Nr1