RfProperty

SCPI Command :

DIAGnostic:GPRF:MEASurement<Instance>:RFPRoperty:TFILter
class RfPropertyCls[source]

RfProperty commands group definition. 13 total commands, 10 Subgroups, 1 group commands

get_tfilter() bool[source]
# SCPI: DIAGnostic:GPRF:MEASurement<Instance>:RFPRoperty:TFILter
value: bool = driver.diagnostic.gprf.measurement.rfProperty.get_tfilter()

No command help available

return:

def_py: No help available

set_tfilter(def_py: bool) None[source]
# SCPI: DIAGnostic:GPRF:MEASurement<Instance>:RFPRoperty:TFILter
driver.diagnostic.gprf.measurement.rfProperty.set_tfilter(def_py = False)

No command help available

param def_py:

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.diagnostic.gprf.measurement.rfProperty.clone()

Subgroups