Combined
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:RFSettings:COMBined
- class CombinedCls[source]
Combined commands group definition. 4 total commands, 2 Subgroups, 1 group commands
- class GetStruct[source]
Response structure. Fields:
Duplex_Mode: enums.DuplexModeB: No parameter help available
Fbi: int: Frequency band indicator
Dl_Bw: enums.DlUlBandwidth: DL carrier bandwidth in MHz
Dl_Off_To_Carrier: int: DL offset to carrier
Dl_Point_Aarfcn: int: DL channel number (ARFCN) of point A
Ul_Bw: enums.DlUlBandwidth: UL carrier bandwidth in MHz (ignored for TDD/SDL)
Ul_Off_To_Carrier: int: UL offset to carrier (ignored for TDD/SDL)
Ul_Point_Aarfcn: int: UL channel number (ARFCN) of point A (ignored for TDD/SDL)
Control_Zero: int: Common control resource set (CORESET) number 0
Kssb: int: Number of SC between the SSB and the overall RB grid (kSSB) .
Offset_Point_A: int: Parameter ‘offsetToPointA’ of the SIB (number of RB)
Scs: int: Subcarrier spacing
- class SetStruct[source]
Structure for setting input parameters. Contains optional setting parameters. Fields:
Cell_Name: str: No parameter help available
Duplex_Mode: enums.DuplexModeB: No parameter help available
Fbi: int: Optional setting parameter. Frequency band indicator
Dl_Bw: enums.DlUlBandwidth: Optional setting parameter. DL carrier bandwidth in MHz
Dl_Off_To_Carrier: int: Optional setting parameter. DL offset to carrier
Dl_Point_Aarfcn: int: Optional setting parameter. DL channel number (ARFCN) of point A
Ul_Bw: enums.DlUlBandwidth: Optional setting parameter. UL carrier bandwidth in MHz (ignored for TDD/SDL)
Ul_Off_To_Carrier: int: Optional setting parameter. UL offset to carrier (ignored for TDD/SDL)
Ul_Point_Aarfcn: int: Optional setting parameter. UL channel number (ARFCN) of point A (ignored for TDD/SDL)
Control_Zero: int: Optional setting parameter. Common control resource set (CORESET) number 0
Kssb: int: Optional setting parameter. Number of SC between the SSB and the overall RB grid (kSSB) .
Offset_Point_A: int: Optional setting parameter. Parameter ‘offsetToPointA’ of the SIB (number of RB)
Scs: int: Optional setting parameter. Subcarrier spacing
- get(cell_name: str) GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:RFSettings:COMBined value: GetStruct = driver.configure.signaling.nradio.cell.rfSettings.combined.get(cell_name = 'abc')
Modifies several frequency settings simultaneously, for example, to change the frequency for an established connection, without losing the connection.
- param cell_name:
No help available
- return:
structure: for return value, see the help for GetStruct structure arguments.
- set(structure: SetStruct) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:RFSettings:COMBined structure = driver.configure.signaling.nradio.cell.rfSettings.combined.SetStruct() structure.Cell_Name: str = 'abc' structure.Duplex_Mode: enums.DuplexModeB = enums.DuplexModeB.FDD structure.Fbi: int = 1 structure.Dl_Bw: enums.DlUlBandwidth = enums.DlUlBandwidth.B005 structure.Dl_Off_To_Carrier: int = 1 structure.Dl_Point_Aarfcn: int = 1 structure.Ul_Bw: enums.DlUlBandwidth = enums.DlUlBandwidth.B005 structure.Ul_Off_To_Carrier: int = 1 structure.Ul_Point_Aarfcn: int = 1 structure.Control_Zero: int = 1 structure.Kssb: int = 1 structure.Offset_Point_A: int = 1 structure.Scs: int = 1 driver.configure.signaling.nradio.cell.rfSettings.combined.set(structure)
Modifies several frequency settings simultaneously, for example, to change the frequency for an established connection, without losing the connection.
- param structure:
for set value, see the help for SetStruct structure arguments.
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.configure.signaling.nradio.cell.rfSettings.combined.clone()
Subgroups