Bw<BandwidthC>

RepCap Settings

# Range: Bw5 .. Bw40
rc = driver.configure.multiEval.limit.modulation.htOfdm.iqOffset.bw.repcap_bandwidthC_get()
driver.configure.multiEval.limit.modulation.htOfdm.iqOffset.bw.repcap_bandwidthC_set(repcap.BandwidthC.Bw5)

SCPI Command :

CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:HTOFdm:IQOFfset:BW<BW>
class BwCls[source]

Bw commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: BandwidthC, default value after init: BandwidthC.Bw5

get(bandwidthC=BandwidthC.Default) float[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:HTOFdm:IQOFfset:BW<BW>
value: float or bool = driver.configure.multiEval.limit.modulation.htOfdm.iqOffset.bw.get(bandwidthC = repcap.BandwidthC.Default)

Defines and activates an upper limit for the I/Q origin offset, for 802.11n and channel bandwidth <BW>.

param bandwidthC:

optional repeated capability selector. Default value: Bw5 (settable in the interface ‘Bw’)

return:

offset_value: (float or boolean) numeric | ON | OFF Range: -100 dB to 0 dB, Unit: dB Additional parameters: OFF | ON (disables | enables the limit check)

set(offset_value: float, bandwidthC=BandwidthC.Default) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:HTOFdm:IQOFfset:BW<BW>
driver.configure.multiEval.limit.modulation.htOfdm.iqOffset.bw.set(offset_value = 1.0, bandwidthC = repcap.BandwidthC.Default)

Defines and activates an upper limit for the I/Q origin offset, for 802.11n and channel bandwidth <BW>.

param offset_value:

(float or boolean) numeric | ON | OFF Range: -100 dB to 0 dB, Unit: dB Additional parameters: OFF | ON (disables | enables the limit check)

param bandwidthC:

optional repeated capability selector. Default value: Bw5 (settable in the interface ‘Bw’)

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.multiEval.limit.modulation.htOfdm.iqOffset.bw.clone()