BbConf
SCPI Command :
[SOURce<HW>]:BB:NR5G:OUTPut:BBConf:CONFlict
- class BbConfCls[source]
BbConf commands group definition. 7 total commands, 1 Subgroups, 1 group commands
- get_conflict() bool [source]
# SCPI: [SOURce<HW>]:BB:NR5G:OUTPut:BBConf:CONFlict value: bool = driver.source.bb.nr5G.output.bbConf.get_conflict()
Queries if there are existing output conflicts caused by mismatch between the nominal sample rate, playback rate and sample rate in any of the outputs of the baseband block.
- return
any_outp_conflict: 1| ON| 0| OFF
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.nr5G.output.bbConf.clone()
Subgroups