Rbw

SCPI Command :

SENSe:LTE:MEASurement<Instance>:MEValuation:SPECtrum:SEMask:RBW:USED
class RbwCls[source]

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

class UsedStruct[source]

Structure for reading output parameters. Fields:

  • Trace_1: int: RBW for trace 1 (smallest RBW)

  • Trace_2: int: RBW for trace 2 (intermediate RBW)

  • Trace_3: int: RBW for trace 3 (largest RBW)

get_used() UsedStruct[source]
# SCPI: SENSe:LTE:MEASurement<Instance>:MEValuation:SPECtrum:SEMask:RBW:USED
value: UsedStruct = driver.sense.lteMeas.multiEval.spectrum.seMask.rbw.get_used()

Queries the resolution bandwidths (RBW) allowed for spectrum emission measurements. The RBWs depend on the channel bandwidth and on the ‘network signaled value’.

return:

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