Subframe
SCPI Command :
[CONFigure]:SIGNaling:LTE:CELL:TDD:SUBFrame
- class SubframeCls[source]
Subframe commands group definition. 3 total commands, 2 Subgroups, 1 group commands
- class GetStruct[source]
Response structure. Fields:
Assignment: enums.Assignment: Subframe assignment, defining the combination of UL, DL and special subframes.
Special_Pattern: enums.SpecialPattern: Inner structure of special subframes.
- get(cell_name: str) GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:TDD:SUBFrame value: GetStruct = driver.configure.signaling.lte.cell.tdd.subframe.get(cell_name = 'abc')
Defines the structure of a TDD radio frame.
- param cell_name:
No help available
- return:
structure: for return value, see the help for GetStruct structure arguments.
- set(cell_name: str, assignment: Assignment, special_pattern: SpecialPattern = None) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:TDD:SUBFrame driver.configure.signaling.lte.cell.tdd.subframe.set(cell_name = 'abc', assignment = enums.Assignment.NONE, special_pattern = enums.SpecialPattern.P0)
Defines the structure of a TDD radio frame.
- param cell_name:
No help available
- param assignment:
Subframe assignment, defining the combination of UL, DL and special subframes.
- param special_pattern:
Inner structure of special subframes.
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.configure.signaling.lte.cell.tdd.subframe.clone()
Subgroups