Level

SCPI Commands

CONFigure:CDMA:SIGNaling<Instance>:RFPower:LEVel:PICH
CONFigure:CDMA:SIGNaling<Instance>:RFPower:LEVel:SYNC
CONFigure:CDMA:SIGNaling<Instance>:RFPower:LEVel:PCH
CONFigure:CDMA:SIGNaling<Instance>:RFPower:LEVel:FCH
CONFigure:CDMA:SIGNaling<Instance>:RFPower:LEVel:SCH
CONFigure:CDMA:SIGNaling<Instance>:RFPower:LEVel:QPCH
CONFigure:CDMA:SIGNaling<Instance>:RFPower:LEVel:AWGN
class Level[source]

Level commands group definition. 8 total commands, 1 Sub-groups, 7 group commands

get_awgn()float[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RFPower:LEVel:AWGN
value: float or bool = driver.configure.rfPower.level.get_awgn()

Sets the total level of the additional white Gaussian noise (AWGN) interfere. The value is relative to the ‘CDMA Power’ (method RsCmwCdma2kSig.Configure.RfPower.cdma) . The AWGN level range depends on the operating mode of the AWGN generator (method RsCmwCdma2kSig.Configure.RfPower.Mode.awgn) .

return

awgn_level: Range: -25 dB to +4 dB (normal mode) , -12 dB to 11.70 dB (high-power mode) , Unit: dB Additional OFF/ON disables / enables AWGN signal

get_fch()float[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RFPower:LEVel:FCH
value: float or bool = driver.configure.rfPower.level.get_fch()

Activates or deactivates the forward fundamental channel and defines its level relative to the ‘CDMA Power’ (method RsCmwCdma2kSig.Configure.RfPower.cdma) .

return

fch_level: Range: -20 dB to -1 dB, Unit: dB Additional parameters: OFF | ON (disables | enables the F-FCH)

get_pch()float[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RFPower:LEVel:PCH
value: float or bool = driver.configure.rfPower.level.get_pch()

Activates or deactivates the paging channel (PCH) and defines its level relative to the ‘CDMA Power’ (method RsCmwCdma2kSig.Configure.RfPower.cdma) .

return

pch_level: Range: -20 dB to -1 dB, Unit: dB Additional parameters: OFF | ON (disables | enables the PCH)

get_pich()float[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RFPower:LEVel:PICH
value: float or bool = driver.configure.rfPower.level.get_pich()

Activates or deactivates the pilot channel (PICH) and defines its level relative to the ‘CDMA Power’ (method RsCmwCdma2kSig.Configure.RfPower.cdma) .

return

pich_level: Range: -20 dB to -1 dB, Unit: dB Additional parameters: OFF | ON (disables | enables the PICH)

get_qpch()int[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RFPower:LEVel:QPCH
value: int or bool = driver.configure.rfPower.level.get_qpch()

Activates or deactivates the quick paging channel (QPCH) and defines its level relative to the ‘CDMA Power’.

return

qpch_level: Range: -5 dB to 2 dB, Unit: dB Additional parameters: OFF | ON (disables | enables the QPCH)

get_sch()float[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RFPower:LEVel:SCH
value: float or bool = driver.configure.rfPower.level.get_sch()

For the F-SCH defines the level relative to the ‘CDMA Power’ (method RsCmwCdma2kSig.Configure.RfPower.cdma) .

return

sch_0_level: Range: -20 dB to -1 dB, Unit: dB Additional OFF/ON disables / enables F-SCH

get_sync()float[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RFPower:LEVel:SYNC
value: float or bool = driver.configure.rfPower.level.get_sync()

Activates or deactivates the synchronization channel and defines its level relative to the ‘CDMA Power’ (method RsCmwCdma2kSig.Configure.RfPower.cdma) .

return

sync_level: Range: -20 dB to -1 dB, Unit: dB Additional parameters: OFF | ON (disables | enables the sync channel)

set_awgn(awgn_level: float)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RFPower:LEVel:AWGN
driver.configure.rfPower.level.set_awgn(awgn_level = 1.0)

Sets the total level of the additional white Gaussian noise (AWGN) interfere. The value is relative to the ‘CDMA Power’ (method RsCmwCdma2kSig.Configure.RfPower.cdma) . The AWGN level range depends on the operating mode of the AWGN generator (method RsCmwCdma2kSig.Configure.RfPower.Mode.awgn) .

param awgn_level

Range: -25 dB to +4 dB (normal mode) , -12 dB to 11.70 dB (high-power mode) , Unit: dB Additional OFF/ON disables / enables AWGN signal

set_fch(fch_level: float)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RFPower:LEVel:FCH
driver.configure.rfPower.level.set_fch(fch_level = 1.0)

Activates or deactivates the forward fundamental channel and defines its level relative to the ‘CDMA Power’ (method RsCmwCdma2kSig.Configure.RfPower.cdma) .

param fch_level

Range: -20 dB to -1 dB, Unit: dB Additional parameters: OFF | ON (disables | enables the F-FCH)

set_pch(pch_level: float)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RFPower:LEVel:PCH
driver.configure.rfPower.level.set_pch(pch_level = 1.0)

Activates or deactivates the paging channel (PCH) and defines its level relative to the ‘CDMA Power’ (method RsCmwCdma2kSig.Configure.RfPower.cdma) .

param pch_level

Range: -20 dB to -1 dB, Unit: dB Additional parameters: OFF | ON (disables | enables the PCH)

set_pich(pich_level: float)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RFPower:LEVel:PICH
driver.configure.rfPower.level.set_pich(pich_level = 1.0)

Activates or deactivates the pilot channel (PICH) and defines its level relative to the ‘CDMA Power’ (method RsCmwCdma2kSig.Configure.RfPower.cdma) .

param pich_level

Range: -20 dB to -1 dB, Unit: dB Additional parameters: OFF | ON (disables | enables the PICH)

set_qpch(qpch_level: int)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RFPower:LEVel:QPCH
driver.configure.rfPower.level.set_qpch(qpch_level = 1)

Activates or deactivates the quick paging channel (QPCH) and defines its level relative to the ‘CDMA Power’.

param qpch_level

Range: -5 dB to 2 dB, Unit: dB Additional parameters: OFF | ON (disables | enables the QPCH)

set_sch(sch_0_level: float)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RFPower:LEVel:SCH
driver.configure.rfPower.level.set_sch(sch_0_level = 1.0)

For the F-SCH defines the level relative to the ‘CDMA Power’ (method RsCmwCdma2kSig.Configure.RfPower.cdma) .

param sch_0_level

Range: -20 dB to -1 dB, Unit: dB Additional OFF/ON disables / enables F-SCH

set_sync(sync_level: float)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RFPower:LEVel:SYNC
driver.configure.rfPower.level.set_sync(sync_level = 1.0)

Activates or deactivates the synchronization channel and defines its level relative to the ‘CDMA Power’ (method RsCmwCdma2kSig.Configure.RfPower.cdma) .

param sync_level

Range: -20 dB to -1 dB, Unit: dB Additional parameters: OFF | ON (disables | enables the sync channel)

Cloning the Group

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

Subgroups