AdMrs
SCPI Command :
[SOURce<HW>]:BB:NR5G:TCW:WS:ADMRs:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_state() bool[source]
# [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.
- Returns:
add_dmrs: 1 | ON | 0| OFF
- set_state(add_dmrs: bool) None[source]
# [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.
- Parameters:
add_dmrs – 1 | ON | 0| OFF