Bw<BandwidthG>

RepCap Settings

# Range: Bw5 .. Bw320
rc = driver.configure.multiEval.limit.modulation.ehtOfdm.iqOffset.bw.repcap_bandwidthG_get()
driver.configure.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: No parameter help available

  • Offset_Value_Abs: float or bool: No parameter help available

get(bandwidthG=BandwidthG.Default) BwStruct[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:EHTofdm:IQOFfset:BW<BW>
value: BwStruct = driver.configure.multiEval.limit.modulation.ehtOfdm.iqOffset.bw.get(bandwidthG = repcap.BandwidthG.Default)

No command help available

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.multiEval.limit.modulation.ehtOfdm.iqOffset.bw.set(offset_value_rel = 1.0, offset_value_abs = 1.0, bandwidthG = repcap.BandwidthG.Default)

No command help available

param offset_value_rel:

(float or boolean) No help available

param offset_value_abs:

(float or boolean) No help available

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.multiEval.limit.modulation.ehtOfdm.iqOffset.bw.clone()