Iranges

SCPI Command :

DIAGnostic:GPRF:MEASurement<Instance>:RFPRoperty:LIST:IRANges
class IrangesCls[source]

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

class IrangesStruct[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() IrangesStruct[source]
# SCPI: DIAGnostic:GPRF:MEASurement<Instance>:RFPRoperty:LIST:IRANges
value: IrangesStruct = driver.diagnostic.gprf.measurement.rfProperty.listPy.iranges.get()

No command help available

return:

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

set(min_py: float, max_py: float, def_py: float) None[source]
# SCPI: DIAGnostic:GPRF:MEASurement<Instance>:RFPRoperty:LIST:IRANges
driver.diagnostic.gprf.measurement.rfProperty.listPy.iranges.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