OlpControl

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:UL:OLPControl:INTerference
CONFigure:WCDMa:SIGNaling<Instance>:UL:OLPControl:CVALue
class OlpControl[source]

OlpControl commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_cvalue()float[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:OLPControl:CVALue
value: float = driver.configure.uplink.olpControl.get_cvalue()

Sets the constant offset value for the initial preamble power.

return

con_offset_value: Range: -35 dB to -10 dB, Unit: dB

get_interference()float[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:OLPControl:INTerference
value: float = driver.configure.uplink.olpControl.get_interference()

Estimated UL interference contained in system information block type 7.

return

interference: Range: -110 dBm to -70 dBm, Unit: dBm

set_cvalue(con_offset_value: float)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:OLPControl:CVALue
driver.configure.uplink.olpControl.set_cvalue(con_offset_value = 1.0)

Sets the constant offset value for the initial preamble power.

param con_offset_value

Range: -35 dB to -10 dB, Unit: dB

set_interference(interference: float)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:OLPControl:INTerference
driver.configure.uplink.olpControl.set_interference(interference = 1.0)

Estimated UL interference contained in system information block type 7.

param interference

Range: -110 dBm to -70 dBm, Unit: dBm