Config
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:NIOT:GAP:CONFig:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_state() bool[source]
# [SOURce<HW>]:BB:EUTRa:DL:NIOT:GAP:CONFig:STATe value: bool = driver.source.bb.eutra.downlink.niot.gap.config.get_state()
If activated, a gap between the NPDCCH and NPDSCH with the specified duration is applied.
- Returns:
gap_config: 1 | ON | 0| OFF
- set_state(gap_config: bool) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:NIOT:GAP:CONFig:STATe driver.source.bb.eutra.downlink.niot.gap.config.set_state(gap_config = False)
If activated, a gap between the NPDCCH and NPDSCH with the specified duration is applied.
- Parameters:
gap_config – 1 | ON | 0| OFF