Ocns
SCPI Commands :
[SOURce<HW>]:BB:W3GPp:BSTation:OCNS:MODE
[SOURce<HW>]:BB:W3GPp:BSTation:OCNS:SEED
[SOURce<HW>]:BB:W3GPp:BSTation:OCNS:STATe
- Commands in total: 3Subgroups: 0Direct child commands: 3
- get_mode() OcnsMode[source]
# [SOURce<HW>]:BB:W3GPp:BSTation:OCNS:MODE value: enums.OcnsMode = driver.source.bb.w3Gpp.bstation.ocns.get_mode()
Selects the scenario for setting the OCNS channels. To activate the selected scenario, send the command method
RsSmw.source.bb.w3Gpp.bstation.ocns.state().- Returns:
mode: STANdard | HSDPa | HSDP2 | M3I Four different OCNS scenarios are defined in the standard; one standard scenario, two scenarios for testing HSDPA channels and one for enhanced performance type 3i tests.
- get_seed() int[source]
# [SOURce<HW>]:BB:W3GPp:BSTation:OCNS:SEED value: int = driver.source.bb.w3Gpp.bstation.ocns.get_seed()
In ‘3i’ OCNS mode, sets the seed for both the random processes, the power control simulation process and the process controlling the switch over of the channelization codes.
- Returns:
seed: integer Range: 0 to 65535
- get_state() bool[source]
# [SOURce<HW>]:BB:W3GPp:BSTation:OCNS:STATe value: bool = driver.source.bb.w3Gpp.bstation.ocns.get_state()
Activates OCNS channels according to the scenario selected with the method
RsSmw.source.bb.w3Gpp.bstation.ocns.mode().- Returns:
state: 1 | ON | 0| OFF
- set_mode(mode: OcnsMode) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation:OCNS:MODE driver.source.bb.w3Gpp.bstation.ocns.set_mode(mode = enums.OcnsMode.HSDP2)
Selects the scenario for setting the OCNS channels. To activate the selected scenario, send the command method
RsSmw.source.bb.w3Gpp.bstation.ocns.state().- Parameters:
mode – STANdard | HSDPa | HSDP2 | M3I Four different OCNS scenarios are defined in the standard; one standard scenario, two scenarios for testing HSDPA channels and one for enhanced performance type 3i tests.
- set_seed(seed: int) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation:OCNS:SEED driver.source.bb.w3Gpp.bstation.ocns.set_seed(seed = 1)
In ‘3i’ OCNS mode, sets the seed for both the random processes, the power control simulation process and the process controlling the switch over of the channelization codes.
- Parameters:
seed – integer Range: 0 to 65535
- set_state(state: bool) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation:OCNS:STATe driver.source.bb.w3Gpp.bstation.ocns.set_state(state = False)
Activates OCNS channels according to the scenario selected with the method
RsSmw.source.bb.w3Gpp.bstation.ocns.mode().- Parameters:
state – 1 | ON | 0| OFF