Gap
SCPI Commands :
[SOURce<HW>]:BB:EUTRa:DL:NIOT:GAP:PERiodicity
[SOURce<HW>]:BB:EUTRa:DL:NIOT:GAP:THReshold
- Commands in total: 4Subgroups: 2Direct child commands: 2
- get_periodicity() EutraNbiotGapPeriodicity[source]
# [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.
- Returns:
gap_periodicity: 64 | 128 | 256 | 512
- get_threshold() EutraNbiotGapThreshold[source]
# [SOURce<HW>]:BB:EUTRa:DL:NIOT:GAP:THReshold value: enums.EutraNbiotGapThreshold = driver.source.bb.eutra.downlink.niot.gap.get_threshold()
Sets the gap threshold.
- Returns:
gap_threshold: 32 | 64 | 128 | 256
- set_periodicity(gap_periodicity: EutraNbiotGapPeriodicity) None[source]
# [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.
- Parameters:
gap_periodicity – 64 | 128 | 256 | 512
- set_threshold(gap_threshold: EutraNbiotGapThreshold) None[source]
# [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.
- Parameters:
gap_threshold – 32 | 64 | 128 | 256
Cloning the Group
# Create a copy of the original group, that exists independently
gap_copy = driver.source.bb.eutra.downlink.niot.gap.clone()
Subgroups