Plci
SCPI Commands :
[SOURce<HW>]:BB:EUTRa:DL:[PLCI]:CID
[SOURce<HW>]:BB:EUTRa:DL:[PLCI]:CIDGroup
[SOURce<HW>]:BB:EUTRa:DL:[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:DL:[PLCI]:CID value: int = driver.source.bb.eutra.downlink.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:DL:[PLCI]:CIDGroup value: int = driver.source.bb.eutra.downlink.plci.get_cid_group()
Sets the ID of the physical cell identity group.
- return
cell_id_group: integer Range: 0 to 167
- get_plid() int [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:[PLCI]:PLID value: int = driver.source.bb.eutra.downlink.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:DL[:PLCI]:CIDGroup.
- return
phys_lay_id: integer Range: 0 to 2
- set_cid(cell_id: int) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:[PLCI]:CID driver.source.bb.eutra.downlink.plci.set_cid(cell_id = 1)
Sets the cell identity.
- param cell_id
integer Range: 0 to 503
- set_cid_group(cell_id_group: int) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:[PLCI]:CIDGroup driver.source.bb.eutra.downlink.plci.set_cid_group(cell_id_group = 1)
Sets the ID of the physical cell identity group.
- param cell_id_group
integer Range: 0 to 167
- set_plid(phys_lay_id: int) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:[PLCI]:PLID driver.source.bb.eutra.downlink.plci.set_plid(phys_lay_id = 1)
Sets the identity of the physical layer within the selected physical cell identity group, set with the command [:SOURce<hw>]:BB:EUTRa:DL[:PLCI]:CIDGroup.
- param phys_lay_id
integer Range: 0 to 2