Bw<BandwidthG>
RepCap Settings
# Range: Bw5 .. Bw320
rc = driver.configure.wlanMeas.multiEval.limit.modulation.ehtOfdm.iqOffset.bw.repcap_bandwidthG_get()
driver.configure.wlanMeas.multiEval.limit.modulation.ehtOfdm.iqOffset.bw.repcap_bandwidthG_set(repcap.BandwidthG.Bw5)
SCPI Command :
CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:EHTofdm:IQOFfset:BW<BW>
- class BwCls[source]
Bw commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: BandwidthG, default value after init: BandwidthG.Bw5
- class BwStruct[source]
Response structure. Fields:
Offset_Value_Rel: float or bool: Relative limit
Offset_Value_Abs: float or bool: Absolute limit
- get(bandwidthG=BandwidthG.Default) BwStruct[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:EHTofdm:IQOFfset:BW<BW> value: BwStruct = driver.configure.wlanMeas.multiEval.limit.modulation.ehtOfdm.iqOffset.bw.get(bandwidthG = repcap.BandwidthG.Default)
Defines and activates upper limits for the I/Q origin offset for 802.11be and channel bandwidth <BW>.
- param bandwidthG:
optional repeated capability selector. Default value: Bw5 (settable in the interface ‘Bw’)
- return:
structure: for return value, see the help for BwStruct structure arguments.
- set(offset_value_rel: float, offset_value_abs: float = None, bandwidthG=BandwidthG.Default) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:EHTofdm:IQOFfset:BW<BW> driver.configure.wlanMeas.multiEval.limit.modulation.ehtOfdm.iqOffset.bw.set(offset_value_rel = 1.0, offset_value_abs = 1.0, bandwidthG = repcap.BandwidthG.Default)
Defines and activates upper limits for the I/Q origin offset for 802.11be and channel bandwidth <BW>.
- param offset_value_rel:
(float or boolean) Relative limit
- param offset_value_abs:
(float or boolean) Absolute limit
- param bandwidthG:
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.wlanMeas.multiEval.limit.modulation.ehtOfdm.iqOffset.bw.clone()