Cblt

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:PDYNamics:TTOLerance:CBLT
class CbltCls[source]

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

class CbltStruct[source]

Response structure. Fields:

  • Tt_Power_Less_3_G: float: Tolerance for carrier center frequencies up to 3 GHz

  • Tt_Power_Great_3_G: float: Tolerance for carrier center frequencies 3 GHz

get() CbltStruct[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:PDYNamics:TTOLerance:CBLT
value: CbltStruct = driver.configure.nrSubMeas.multiEval.limit.pdynamics.ttolerance.cblt.get()

Defines test tolerances for power dynamics limits, for channel BW up to 40 MHz.

return:

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

set(tt_power_less_3_g: float, tt_power_great_3_g: float) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:PDYNamics:TTOLerance:CBLT
driver.configure.nrSubMeas.multiEval.limit.pdynamics.ttolerance.cblt.set(tt_power_less_3_g = 1.0, tt_power_great_3_g = 1.0)

Defines test tolerances for power dynamics limits, for channel BW up to 40 MHz.

param tt_power_less_3_g:

Tolerance for carrier center frequencies up to 3 GHz

param tt_power_great_3_g:

Tolerance for carrier center frequencies 3 GHz