C

SCPI Command :

CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:TSMask:HTOFdm:BW<bandwidth>:BAND<band>:Y:C
class CCls[source]

C commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(bandwidthC=BandwidthC.Default, band=Band.Default) float[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:TSMask:HTOFdm:BW<bandwidth>:BAND<band>:Y:C
value: float = driver.configure.multiEval.limit.tsMask.htOfdm.bw.band.y.c.get(bandwidthC = repcap.BandwidthC.Default, band = repcap.Band.Default)

Defines the relative spectral density limit for point C (frequency offset: 1*bandwidth) on the transmit spectrum mask for 802.11n signals with the specified <bandwidth> and the selected <band>. See ‘Transmit spectrum mask OFDM, default masks’ for background information.

param bandwidthC:

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

param band:

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

return:

tsm_lim_yrel_lev_c: numeric Range: -90 dB to 10 dB

set(tsm_lim_yrel_lev_c: float, bandwidthC=BandwidthC.Default, band=Band.Default) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:TSMask:HTOFdm:BW<bandwidth>:BAND<band>:Y:C
driver.configure.multiEval.limit.tsMask.htOfdm.bw.band.y.c.set(tsm_lim_yrel_lev_c = 1.0, bandwidthC = repcap.BandwidthC.Default, band = repcap.Band.Default)

Defines the relative spectral density limit for point C (frequency offset: 1*bandwidth) on the transmit spectrum mask for 802.11n signals with the specified <bandwidth> and the selected <band>. See ‘Transmit spectrum mask OFDM, default masks’ for background information.

param tsm_lim_yrel_lev_c:

numeric Range: -90 dB to 10 dB

param bandwidthC:

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

param band:

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