Conformance

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:CELL:HSDPa:CQI:CONFormance:MODE
class Conformance[source]

Conformance commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

get_mode()bool[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:HSDPa:CQI:CONFormance:MODE
value: bool = driver.configure.cell.hsdpa.cqi.conformance.get_mode()

Enables or disables 64QAM modulation in CQI conformance test mode.

return

disable_qam_64: OFF | ON

set_mode(disable_qam_64: bool)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:HSDPa:CQI:CONFormance:MODE
driver.configure.cell.hsdpa.cqi.conformance.set_mode(disable_qam_64 = False)

Enables or disables 64QAM modulation in CQI conformance test mode.

param disable_qam_64

OFF | ON