Cbandwidth<ChannelBw>

RepCap Settings

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

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:ACLR:UTRA<no>: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(utraChannel=UtraChannel.Default, channelBw=ChannelBw.Default) CbandwidthStruct[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:ACLR:UTRA<no>:CBANdwidth<bw>
value: CbandwidthStruct = driver.configure.nrSubMeas.multiEval.limit.aclr.utra.cbandwidth.get(utraChannel = repcap.UtraChannel.Default, channelBw = repcap.ChannelBw.Default)

Defines relative and absolute limits for the ACLR measured in the first or second adjacent UTRA channel, depending on UTRA<no> (for NR SA without CA) . The settings are defined separately for each channel bandwidth.

param utraChannel:

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

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, utraChannel=UtraChannel.Default, channelBw=ChannelBw.Default) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:ACLR:UTRA<no>:CBANdwidth<bw>
driver.configure.nrSubMeas.multiEval.limit.aclr.utra.cbandwidth.set(relative_level = 1.0, absolute_level = 1.0, utraChannel = repcap.UtraChannel.Default, channelBw = repcap.ChannelBw.Default)

Defines relative and absolute limits for the ACLR measured in the first or second adjacent UTRA channel, depending on UTRA<no> (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 utraChannel:

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

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.utra.cbandwidth.clone()