Cell

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:CELL:MRVersion
CONFigure:WCDMa:SIGNaling<Instance>:CELL:RSIGnaling
CONFigure:WCDMa:SIGNaling<Instance>:CELL:PSDomain
CONFigure:WCDMa:SIGNaling<Instance>:CELL:IDENtity
CONFigure:WCDMa:SIGNaling<Instance>:CELL:IDNode
CONFigure:WCDMa:SIGNaling<Instance>:CELL:RNC
CONFigure:WCDMa:SIGNaling<Instance>:CELL:URA
CONFigure:WCDMa:SIGNaling<Instance>:CELL:RAC
CONFigure:WCDMa:SIGNaling<Instance>:CELL:LAC
CONFigure:WCDMa:SIGNaling<Instance>:CELL:NTOPeration
CONFigure:WCDMa:SIGNaling<Instance>:CELL:MCC
CONFigure:WCDMa:SIGNaling<Instance>:CELL:BINDicator
class Cell[source]

Cell commands group definition. 145 total commands, 14 Sub-groups, 12 group commands

get_bindicator()bool[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:BINDicator
value: bool = driver.configure.cell.get_bindicator()

Specifies whether the band indicator has to be broadcast as part of the system information or not.

return

enable: OFF | ON ON: broadcast band indicator OFF: do not broadcast band indicator

get_id_node()float[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:IDNode
value: float = driver.configure.cell.get_id_node()

Specifies the NodeB identity (16-digit binary number) .

return

value: Range: #B0 to #B1111111111111111

get_identity()float[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:IDENtity
value: float = driver.configure.cell.get_identity()

Specifies the cell identity (28-digit binary number) .

return

value: Range: #B0 to #B1111111111111111111111111111

get_lac()float[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:LAC
value: float = driver.configure.cell.get_lac()

Specifies the location area code for CS services.

return

value: Range: #H1 to #HFFFD

get_mcc()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:MCC
value: int = driver.configure.cell.get_mcc()

Specifies the three-digit mobile country code (MCC) . Leading zeros can be omitted.

return

value: Range: 0 to 999

get_mr_version()RsCmwWcdmaSig.enums.MaxRelVersion[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:MRVersion
value: enums.MaxRelVersion = driver.configure.cell.get_mr_version()

Specifies the maximum release version as a cell limitation. Automatic setting respects the installed R&S CMW options and the UE capabilities.

return

max_rel_version: AUTO | R99 | R5 | R6 | R7 | R8 | R9 | R10 | R11

get_nt_operation()RsCmwWcdmaSig.enums.NtOperMode[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:NTOPeration
value: enums.NtOperMode = driver.configure.cell.get_nt_operation()

Selects the network operation mode indicating whether a Gs interface is present in the network (mode I) or not (mode II) .

return

mode: M1 | M2 M1: mode I, Gs interface present M2: mode II, Gs interface not present

get_psdomain()bool[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:PSDomain
value: bool = driver.configure.cell.get_psdomain()

Enables or disables the support of packet switched connections by the emulated UTRAN cell.

return

enable: OFF | ON

get_rac()float[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:RAC
value: float = driver.configure.cell.get_rac()

Specifies the routing area code for PS services (8-digit binary number) .

return

value: Range: #B0 to #B11111111

get_rnc()float[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:RNC
value: float = driver.configure.cell.get_rnc()

Specifies the radio network controller (RNC) identity (12-digit binary number) .

return

value: Range: #B0 to #B111111111111

get_rsignaling()bool[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:RSIGnaling
value: bool = driver.configure.cell.get_rsignaling()

Enables or disables the reduced signaling mode.

return

enable: OFF | ON

get_ura()float[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:URA
value: float = driver.configure.cell.get_ura()

Specifies the UTRAN registration area (URA) identity (16-digit binary number) .

return

value: Range: #B0 to #B1111111111111111

set_bindicator(enable: bool)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:BINDicator
driver.configure.cell.set_bindicator(enable = False)

Specifies whether the band indicator has to be broadcast as part of the system information or not.

param enable

OFF | ON ON: broadcast band indicator OFF: do not broadcast band indicator

set_id_node(value: float)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:IDNode
driver.configure.cell.set_id_node(value = 1.0)

Specifies the NodeB identity (16-digit binary number) .

param value

Range: #B0 to #B1111111111111111

set_identity(value: float)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:IDENtity
driver.configure.cell.set_identity(value = 1.0)

Specifies the cell identity (28-digit binary number) .

param value

Range: #B0 to #B1111111111111111111111111111

set_lac(value: float)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:LAC
driver.configure.cell.set_lac(value = 1.0)

Specifies the location area code for CS services.

param value

Range: #H1 to #HFFFD

set_mcc(value: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:MCC
driver.configure.cell.set_mcc(value = 1)

Specifies the three-digit mobile country code (MCC) . Leading zeros can be omitted.

param value

Range: 0 to 999

set_mr_version(max_rel_version: RsCmwWcdmaSig.enums.MaxRelVersion)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:MRVersion
driver.configure.cell.set_mr_version(max_rel_version = enums.MaxRelVersion.AUTO)

Specifies the maximum release version as a cell limitation. Automatic setting respects the installed R&S CMW options and the UE capabilities.

param max_rel_version

AUTO | R99 | R5 | R6 | R7 | R8 | R9 | R10 | R11

set_nt_operation(mode: RsCmwWcdmaSig.enums.NtOperMode)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:NTOPeration
driver.configure.cell.set_nt_operation(mode = enums.NtOperMode.M1)

Selects the network operation mode indicating whether a Gs interface is present in the network (mode I) or not (mode II) .

param mode

M1 | M2 M1: mode I, Gs interface present M2: mode II, Gs interface not present

set_psdomain(enable: bool)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:PSDomain
driver.configure.cell.set_psdomain(enable = False)

Enables or disables the support of packet switched connections by the emulated UTRAN cell.

param enable

OFF | ON

set_rac(value: float)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:RAC
driver.configure.cell.set_rac(value = 1.0)

Specifies the routing area code for PS services (8-digit binary number) .

param value

Range: #B0 to #B11111111

set_rnc(value: float)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:RNC
driver.configure.cell.set_rnc(value = 1.0)

Specifies the radio network controller (RNC) identity (12-digit binary number) .

param value

Range: #B0 to #B111111111111

set_rsignaling(enable: bool)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:RSIGnaling
driver.configure.cell.set_rsignaling(enable = False)

Enables or disables the reduced signaling mode.

param enable

OFF | ON

set_ura(value: float)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:URA
driver.configure.cell.set_ura(value = 1.0)

Specifies the UTRAN registration area (URA) identity (16-digit binary number) .

param value

Range: #B0 to #B1111111111111111

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.cell.clone()

Subgroups