Plci
SCPI Commands :
[SOURce<HW>]:BB:EUTRa:UL:[PLCI]:CID
[SOURce<HW>]:BB:EUTRa:UL:[PLCI]:CIDGroup
[SOURce<HW>]:BB:EUTRa:UL:[PLCI]:PLID
- Commands in total: 3Subgroups: 0Direct child commands: 3
- get_cid() int[source]
# [SOURce<HW>]:BB:EUTRa:UL:[PLCI]:CID value: int = driver.source.bb.eutra.uplink.plci.get_cid()
Sets the cell identity.
- Returns:
cell_id: integer Range: 0 to 503
- get_cid_group() int[source]
# [SOURce<HW>]:BB:EUTRa:UL:[PLCI]:CIDGroup value: int = driver.source.bb.eutra.uplink.plci.get_cid_group()
Sets the ID of the physical cell identity group.
- Returns:
phys_cell_id_group: integer Range: 0 to 167
- get_plid() int[source]
# [SOURce<HW>]:BB:EUTRa:UL:[PLCI]:PLID value: int = driver.source.bb.eutra.uplink.plci.get_plid()
Sets the identity of the physical layer within the selected physical cell identity group, set with the method
RsSmw.source.bb.eutra.uplink.plci.cid_group().- Returns:
physical_layer_id: integer Range: 0 to 2
- set_cid(cell_id: int) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:[PLCI]:CID driver.source.bb.eutra.uplink.plci.set_cid(cell_id = 1)
Sets the cell identity.
- Parameters:
cell_id – integer Range: 0 to 503
- set_cid_group(phys_cell_id_group: int) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:[PLCI]:CIDGroup driver.source.bb.eutra.uplink.plci.set_cid_group(phys_cell_id_group = 1)
Sets the ID of the physical cell identity group.
- Parameters:
phys_cell_id_group – integer Range: 0 to 167
- set_plid(physical_layer_id: int) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:[PLCI]:PLID driver.source.bb.eutra.uplink.plci.set_plid(physical_layer_id = 1)
Sets the identity of the physical layer within the selected physical cell identity group, set with the method
RsSmw.source.bb.eutra.uplink.plci.cid_group().- Parameters:
physical_layer_id – integer Range: 0 to 2