Ainactive
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:PCYCle:EDRX:AINactive
- class AinactiveCls[source]
Ainactive commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) bool[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:PCYCle:EDRX:AINactive value: bool = driver.configure.signaling.nradio.cell.pcycle.edRx.ainactive.get(cell_name = 'abc')
Configures ‘eDRX-AllowedInactive’ in SIB1.
- param cell_name:
No help available
- return:
enable: No help available
- set(cell_name: str, enable: bool) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:PCYCle:EDRX:AINactive driver.configure.signaling.nradio.cell.pcycle.edRx.ainactive.set(cell_name = 'abc', enable = False)
Configures ‘eDRX-AllowedInactive’ in SIB1.
- param cell_name:
No help available
- param enable:
No help available