Gap
SCPI Commands :
[SOURce<HW>]:BB:EUTRa:DL:NIOT:GAP:PERiodicity
[SOURce<HW>]:BB:EUTRa:DL:NIOT:GAP:THReshold
- class GapCls[source]
Gap commands group definition. 4 total commands, 2 Subgroups, 2 group commands
- get_periodicity() RsSmbv.enums.EutraNbiotGapPeriodicity [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:GAP:PERiodicity value: enums.EutraNbiotGapPeriodicity = driver.source.bb.eutra.downlink.niot.gap.get_periodicity()
Sets the number of subframes after that the configured gap is repeated.
- return
gap_periodicity: 64| 128| 256| 512
- get_threshold() RsSmbv.enums.EutraNbiotGapThreshold [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:GAP:THReshold value: enums.EutraNbiotGapThreshold = driver.source.bb.eutra.downlink.niot.gap.get_threshold()
Sets the gap threshold.
- return
gap_threshold: 32| 64| 128| 256
- set_periodicity(gap_periodicity: RsSmbv.enums.EutraNbiotGapPeriodicity) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:GAP:PERiodicity driver.source.bb.eutra.downlink.niot.gap.set_periodicity(gap_periodicity = enums.EutraNbiotGapPeriodicity._128)
Sets the number of subframes after that the configured gap is repeated.
- param gap_periodicity
64| 128| 256| 512
- set_threshold(gap_threshold: RsSmbv.enums.EutraNbiotGapThreshold) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:GAP:THReshold driver.source.bb.eutra.downlink.niot.gap.set_threshold(gap_threshold = enums.EutraNbiotGapThreshold._128)
Sets the gap threshold.
- param gap_threshold
32| 64| 128| 256
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.eutra.downlink.niot.gap.clone()
Subgroups