Config
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:NIOT:GAP:CONFig:STATe
- class ConfigCls[source]
Config commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [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.
- return
gap_config: 1| ON| 0| OFF
- set_state(gap_config: bool) None [source]
# SCPI: [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.
- param gap_config
1| ON| 0| OFF