Cbandwidth<ChannelBw>

RepCap Settings

# Range: Bw5 .. Bw100
rc = driver.configure.nrSubMeas.multiEval.limit.aclr.nr.cbandwidth.repcap_channelBw_get()
driver.configure.nrSubMeas.multiEval.limit.aclr.nr.cbandwidth.repcap_channelBw_set(repcap.ChannelBw.Bw5)

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:ACLR:NR:CBANdwidth<bw>
class CbandwidthCls[source]

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

class CbandwidthStruct[source]

Response structure. Fields:

  • Relative_Level: float or bool: Relative lower ACLR limit without test tolerance

  • Absolute_Level: float or bool: No parameter help available

get(channelBw=ChannelBw.Default) CbandwidthStruct[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:ACLR:NR:CBANdwidth<bw>
value: CbandwidthStruct = driver.configure.nrSubMeas.multiEval.limit.aclr.nr.cbandwidth.get(channelBw = repcap.ChannelBw.Default)

Defines relative and absolute limits for the ACLR measured in an adjacent NR channel (for NR SA without CA) . The settings are defined separately for each channel bandwidth.

param channelBw:

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

return:

structure: for return value, see the help for CbandwidthStruct structure arguments.

set(relative_level: float, absolute_level: float, channelBw=ChannelBw.Default) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:ACLR:NR:CBANdwidth<bw>
driver.configure.nrSubMeas.multiEval.limit.aclr.nr.cbandwidth.set(relative_level = 1.0, absolute_level = 1.0, channelBw = repcap.ChannelBw.Default)

Defines relative and absolute limits for the ACLR measured in an adjacent NR channel (for NR SA without CA) . The settings are defined separately for each channel bandwidth.

param relative_level:

(float or boolean) Relative lower ACLR limit without test tolerance

param absolute_level:

(float or boolean) No help available

param channelBw:

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.nrSubMeas.multiEval.limit.aclr.nr.cbandwidth.clone()