TypePy
SCPI Command :
SENSe:SIGNaling:NRADio:CELL:UESCheduling:TYPE
- class TypePyCls[source]
TypePy commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class GetStruct[source]
Response structure. Fields:
Type_Dl: enums.TypeDlUl: For downlink
Type_Ul: enums.TypeDlUl: For uplink
- get(cell_name: str) GetStruct[source]
# SCPI: SENSe:SIGNaling:NRADio:CELL:UESCheduling:TYPE value: GetStruct = driver.sense.signaling.nradio.cell.ueScheduling.typePy.get(cell_name = 'abc')
Queries whether the downlink and uplink scheduling settings correspond to an RMC defined by 3GPP (RMC) or not (UDEFined) .
- param cell_name:
No help available
- return:
structure: for return value, see the help for GetStruct structure arguments.