SfInterval
SCPI Command :
[CONFigure]:SIGNaling:LTE:CELL:UESCheduling:SPS:SASSignment:DL:SFINterval
- class SfIntervalCls[source]
SfInterval commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) int[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:SPS:SASSignment:DL:SFINterval value: int = driver.configure.signaling.lte.cell.ueScheduling.sps.sassignment.downlink.sfInterval.get(cell_name = 'abc')
Selects the subframe periodicity for SPS DL scheduling.
- param cell_name:
No help available
- return:
sf_interval: No help available
- set(cell_name: str, sf_interval: int) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:SPS:SASSignment:DL:SFINterval driver.configure.signaling.lte.cell.ueScheduling.sps.sassignment.downlink.sfInterval.set(cell_name = 'abc', sf_interval = 1)
Selects the subframe periodicity for SPS DL scheduling.
- param cell_name:
No help available
- param sf_interval:
No help available