AdMrs
SCPI Command :
[SOURce<HW>]:BB:NR5G:TCW:WS:ADMRs:STATe
- class AdMrsCls[source]
AdMrs commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [SOURce<HW>]:BB:NR5G:TCW:WS:ADMRs:STATe value: bool = driver.source.bb.nr5G.tcw.ws.adMrs.get_state()
Enables or disabled the additional DMRS. Additional DMRS signals increase the probability that the UE receives the demodulation reference symbols. It leads to a support of lower SNR conditions.
- return
add_dmrs: 1| ON| 0| OFF
- set_state(add_dmrs: bool) None [source]
# SCPI: [SOURce<HW>]:BB:NR5G:TCW:WS:ADMRs:STATe driver.source.bb.nr5G.tcw.ws.adMrs.set_state(add_dmrs = False)
Enables or disabled the additional DMRS. Additional DMRS signals increase the probability that the UE receives the demodulation reference symbols. It leads to a support of lower SNR conditions.
- param add_dmrs
1| ON| 0| OFF