Ocns

SCPI Commands

CONFigure:CDMA:SIGNaling<Instance>:RFPower:LEVel:OCNS
class Ocns[source]

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

class GetStruct[source]

Response structure. Fields:

  • Ocns_Enable: bool: OFF | ON ON: enables OCNS channels OFF: disables OCNS channels

  • Ocns_Level: float: Queries the total OCNS channel power relative to CDMA power ([CMDLINK: CONFigure:CDMA:SIGNi:RFPower:CDMA CMDLINK]) . Range: - 150 dB to 0 dB , Unit: dB

get()GetStruct[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RFPower:LEVel:OCNS
value: GetStruct = driver.configure.rfPower.level.ocns.get()

Activates or deactivates the orthogonal channel noise simulator (OCNS) channels and queries the total OCNS channel power relative to the value of ‘CDMA Power’ (method RsCmwCdma2kSig.Configure.RfPower.cdma) . OCNS channels are generated if the total power of all active channels is smaller than the value of ‘CDMA Power’. The remaining power is assigned to the OCNS channels so that the value of ‘CDMA Power’ is reached.

return

structure: for return value, see the help for GetStruct structure arguments.

set(ocns_enable: bool)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RFPower:LEVel:OCNS
driver.configure.rfPower.level.ocns.set(ocns_enable = False)

Activates or deactivates the orthogonal channel noise simulator (OCNS) channels and queries the total OCNS channel power relative to the value of ‘CDMA Power’ (method RsCmwCdma2kSig.Configure.RfPower.cdma) . OCNS channels are generated if the total power of all active channels is smaller than the value of ‘CDMA Power’. The remaining power is assigned to the OCNS channels so that the value of ‘CDMA Power’ is reached.

param ocns_enable

OFF | ON ON: enables OCNS channels OFF: disables OCNS channels