NbLevel

SCPI Command :

DIAGnostic:GPRF:MEASurement<Instance>:RFPRoperty:NBLevel
class NbLevelCls[source]

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

class NbLevelStruct[source]

Response structure. Fields:

  • Min_Py: float: No parameter help available

  • Max_Py: float: No parameter help available

  • Def_Py: float: No parameter help available

get() NbLevelStruct[source]
# SCPI: DIAGnostic:GPRF:MEASurement<Instance>:RFPRoperty:NBLevel
value: NbLevelStruct = driver.diagnostic.gprf.measurement.rfProperty.nbLevel.get()

No command help available

return:

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

set(min_py: float, max_py: float, def_py: float) None[source]
# SCPI: DIAGnostic:GPRF:MEASurement<Instance>:RFPRoperty:NBLevel
driver.diagnostic.gprf.measurement.rfProperty.nbLevel.set(min_py = 1.0, max_py = 1.0, def_py = 1.0)

No command help available

param min_py:

No help available

param max_py:

No help available

param def_py:

No help available