Ndmrs
SCPI Command :
CONFigure[:LTE]:UL[:CC<cc>]:DRS:NDMRs
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) float[source]
# CONFigure[:LTE]:UL[:CC<cc>]:DRS:NDMRs value: float = driver.applications.k10Xlte.configure.lte.uplink.cc.drs.ndmrs.get(carrierComponent = repcap.CarrierComponent.Default)
Defines the nDMRS.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
value: numeric value
- set(value: float, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:LTE]:UL[:CC<cc>]:DRS:NDMRs driver.applications.k10Xlte.configure.lte.uplink.cc.drs.ndmrs.set(value = 1.0, carrierComponent = repcap.CarrierComponent.Default)
Defines the nDMRS.
- Parameters:
value – numeric value
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)