AntGain<IndexNull>
RepCap Settings
# Range: Nr0 .. Nr63
rc = driver.source.bb.btooth.econfig.pconfig.antGain.repcap_indexNull_get()
driver.source.bb.btooth.econfig.pconfig.antGain.repcap_indexNull_set(repcap.IndexNull.Nr0)
SCPI Command :
[SOURce<HW>]:BB:BTOoth:ECONfig:PCONfig:ANTGain<CH0>
- class AntGainCls[source]
AntGain commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: IndexNull, default value after init: IndexNull.Nr0
- get(indexNull=IndexNull.Default) float [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfig:PCONfig:ANTGain<CH0> value: float = driver.source.bb.btooth.econfig.pconfig.antGain.get(indexNull = repcap.IndexNull.Default)
Specifies the gain of the antenna. You can specify the antenna gain infomation of up for four individual antennas for direction finding.
- param indexNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘AntGain’)
- return
antenna_gain: float Range: -10 to 10
- set(antenna_gain: float, indexNull=IndexNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfig:PCONfig:ANTGain<CH0> driver.source.bb.btooth.econfig.pconfig.antGain.set(antenna_gain = 1.0, indexNull = repcap.IndexNull.Default)
Specifies the gain of the antenna. You can specify the antenna gain infomation of up for four individual antennas for direction finding.
- param antenna_gain
float Range: -10 to 10
- param indexNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘AntGain’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.btooth.econfig.pconfig.antGain.clone()