[docs]classS240KCls:"""S240K commands group definition. 1 total commands, 0 Subgroups, 1 group commands"""def__init__(self,core:Core,parent):self._core=coreself._cmd_group=CommandsGroup("s240K",core,parent)
[docs]defget_acrl(self)->float:"""SCPI: [SOURce<HW>]:BB:NR5G:OUTPut:POWer:S240K:ACRL \n Snippet: value: float = driver.source.bb.nr5G.output.power.s240K.get_acrl() \n Queries the bandwidths/numerologies with their power levels. \n :return: act_pow_rel_lvl_pbw: float Range: -80 to 10 """response=self._core.io.query_str('SOURce<HwInstance>:BB:NR5G:OUTPut:POWer:S240K:ACRL?')returnConversions.str_to_float(response)