Ocns

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:DL:CARRier<Carrier>:OCNS:TYPE
CONFigure:WCDMa:SIGNaling<Instance>:DL:CARRier<Carrier>:OCNS:LEVel
class Ocns[source]

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

get_level()float[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CARRier<carrier>:OCNS:LEVel
value: float = driver.configure.downlink.carrier.ocns.get_level()

Queries the total OCNS channel power (relative to the base level of the generator) . If no OCNS channels are present, INV is returned.

return

level: Range: -99 dB to 0 dB, Unit: dB

Global Repeated Capabilities: repcap.Carrier

get_type_py()RsCmwWcdmaSig.enums.OcnsChannelType[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CARRier<carrier>:OCNS:TYPE
value: enums.OcnsChannelType = driver.configure.downlink.carrier.ocns.get_type_py()

Selects the type of OCNS channels to be generated, see ‘Orthogonal Channel Noise Simulator (OCNS) ‘. You can select the type manually or use the automatic mode.

return

type_py: R99 | R5 | R6 | R7 | AUTO

Global Repeated Capabilities: repcap.Carrier

set_type_py(type_py: RsCmwWcdmaSig.enums.OcnsChannelType)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CARRier<carrier>:OCNS:TYPE
driver.configure.downlink.carrier.ocns.set_type_py(type_py = enums.OcnsChannelType.AUTO)

Selects the type of OCNS channels to be generated, see ‘Orthogonal Channel Noise Simulator (OCNS) ‘. You can select the type manually or use the automatic mode.

param type_py

R99 | R5 | R6 | R7 | AUTO

Global Repeated Capabilities: repcap.Carrier