Special
SCPI Command :
[CONFigure]:SIGNaling:LTE:CELL:TDD:SUBFrame:SPECial
- class SpecialCls[source]
Special commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) SpecialPattern[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:TDD:SUBFrame:SPECial value: enums.SpecialPattern = driver.configure.signaling.lte.cell.tdd.subframe.special.get(cell_name = 'abc')
Selects a special subframe pattern (SSP) for TDD, defining the inner structure of special subframes.
- param cell_name:
No help available
- return:
special_pattern: P0 to P8: SSP 0 to SSP 8 P9: SSP 9 V1130 PAV1: SSP 10 V1430 PAV2: SSP 10 V1450 CRS Less DwPTS
- set(cell_name: str, special_pattern: SpecialPattern) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:TDD:SUBFrame:SPECial driver.configure.signaling.lte.cell.tdd.subframe.special.set(cell_name = 'abc', special_pattern = enums.SpecialPattern.P0)
Selects a special subframe pattern (SSP) for TDD, defining the inner structure of special subframes.
- param cell_name:
No help available
- param special_pattern:
P0 to P8: SSP 0 to SSP 8 P9: SSP 9 V1130 PAV1: SSP 10 V1430 PAV2: SSP 10 V1450 CRS Less DwPTS