InputSignal

SCPI Commands :

CONFigure:BLUetooth:MEASurement<Instance>:HDRP:ISIGnal:PHY
CONFigure:BLUetooth:MEASurement<Instance>:HDRP:ISIGnal:PCODing
CONFigure:BLUetooth:MEASurement<Instance>:HDRP:ISIGnal:DMODe
class InputSignalCls[source]

InputSignal commands group definition. 4 total commands, 1 Subgroups, 3 group commands

get_dmode() AutoManualMode[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDRP:ISIGnal:DMODe
value: enums.AutoManualMode = driver.configure.hdrp.inputSignal.get_dmode()

No command help available

return:

detection_mode: No help available

get_pcoding() str[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDRP:ISIGnal:PCODing
value: str = driver.configure.hdrp.inputSignal.get_pcoding()

No command help available

return:

coding: No help available

get_phy() PhyIsignal[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDRP:ISIGnal:PHY
value: enums.PhyIsignal = driver.configure.hdrp.inputSignal.get_phy()

No command help available

return:

phy: No help available

set_dmode(detection_mode: AutoManualMode) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDRP:ISIGnal:DMODe
driver.configure.hdrp.inputSignal.set_dmode(detection_mode = enums.AutoManualMode.AUTO)

No command help available

param detection_mode:

No help available

set_pcoding(coding: str) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDRP:ISIGnal:PCODing
driver.configure.hdrp.inputSignal.set_pcoding(coding = rawAbc)

No command help available

param coding:

No help available

set_phy(phy: PhyIsignal) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDRP:ISIGnal:PHY
driver.configure.hdrp.inputSignal.set_phy(phy = enums.PhyIsignal.P4HP)

No command help available

param phy:

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.hdrp.inputSignal.clone()

Subgroups