Plci
SCPI Commands :
[SOURce<HW>]:BB:EUTRa:UL:[PLCI]:CID
[SOURce<HW>]:BB:EUTRa:UL:[PLCI]:CIDGroup
[SOURce<HW>]:BB:EUTRa:UL:[PLCI]:PLID
- class PlciCls[source]
Plci commands group definition. 3 total commands, 0 Subgroups, 3 group commands
- get_cid() int [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:[PLCI]:CID value: int = driver.source.bb.eutra.uplink.plci.get_cid()
Sets the cell identity.
- return
cell_id: integer Range: 0 to 503
- get_cid_group() int [source]
# SCPI: [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.
- return
phys_cell_id_group: integer Range: 0 to 167
- get_plid() int [source]
# SCPI: [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 command [:SOURce<hw>]:BB:EUTRa:UL[:PLCI]:CIDGroup.
- return
physical_layer_id: integer Range: 0 to 2
- set_cid(cell_id: int) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:[PLCI]:CID driver.source.bb.eutra.uplink.plci.set_cid(cell_id = 1)
Sets the cell identity.
- param cell_id
integer Range: 0 to 503
- set_cid_group(phys_cell_id_group: int) None [source]
# SCPI: [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.
- param phys_cell_id_group
integer Range: 0 to 167
- set_plid(physical_layer_id: int) None [source]
# SCPI: [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 command [:SOURce<hw>]:BB:EUTRa:UL[:PLCI]:CIDGroup.
- param physical_layer_id
integer Range: 0 to 2