Rtype
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:SRS:RTYPe
- class RtypeCls[source]
Rtype commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class GetStruct[source]
Response structure. Fields:
Td_Type: enums.TdType: No parameter help available
Period: int: No parameter help available
Offset: int: No parameter help available
- get(cell_name: str) GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:SRS:RTYPe value: GetStruct = driver.configure.signaling.nradio.cell.srs.rtype.get(cell_name = 'abc')
No command help available
- param cell_name:
No help available
- return:
structure: for return value, see the help for GetStruct structure arguments.
- set(cell_name: str, td_type: TdType, period: int = None, offset: int = None) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:SRS:RTYPe driver.configure.signaling.nradio.cell.srs.rtype.set(cell_name = 'abc', td_type = enums.TdType.APERiodic, period = 1, offset = 1)
No command help available
- param cell_name:
No help available
- param td_type:
No help available
- param period:
No help available
- param offset:
No help available