Blimits<BandLimits>

RepCap Settings

# Range: Nr1 .. Nr2
rc = driver.configure.nrMmwMeas.multiEval.limit.aclr.nr.cbandwidth.blimits.repcap_bandLimits_get()
driver.configure.nrMmwMeas.multiEval.limit.aclr.nr.cbandwidth.blimits.repcap_bandLimits_set(repcap.BandLimits.Nr1)

SCPI Command :

CONFigure:NRMMw:MEASurement<Instance>:MEValuation:LIMit:ACLR:NR:CBANdwidth<bw>:BLIMits<n>
class BlimitsCls[source]

Blimits commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: BandLimits, default value after init: BandLimits.Nr1

class BlimitsStruct[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, bandLimits=BandLimits.Default) BlimitsStruct[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:MEValuation:LIMit:ACLR:NR:CBANdwidth<bw>:BLIMits<n>
value: BlimitsStruct = driver.configure.nrMmwMeas.multiEval.limit.aclr.nr.cbandwidth.blimits.get(channelBw = repcap.ChannelBw.Default, bandLimits = repcap.BandLimits.Default)

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

param channelBw:

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

param bandLimits:

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

return:

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

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

Defines relative and absolute limits for the ACLR measured in an adjacent NR channel. 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: Bw50 (settable in the interface ‘Cbandwidth’)

param bandLimits:

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

Cloning the Group

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