BbConf
SCPI Command :
[SOURce<HW>]:BB:NR5G:OUTPut:BBConf:CONFlict
- Commands in total: 7Subgroups: 1Direct child commands: 1
- get_conflict() bool[source]
# [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.
- Returns:
any_outp_conflict: 1 | ON | 0| OFF
Cloning the Group
# Create a copy of the original group, that exists independently
bbConf_copy = driver.source.bb.nr5G.output.bbConf.clone()
Subgroups