Sttm
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:PRACh:NIOT:CFG<CH0>:STTM
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(configurationNull=ConfigurationNull.Default) EutraPracNbiotStartTimeMs[source]
# [SOURce<HW>]:BB:EUTRa:UL:PRACh:NIOT:CFG<CH0>:STTM value: enums.EutraPracNbiotStartTimeMs = driver.source.bb.eutra.uplink.prach.niot.cfg.sttm.get(configurationNull = repcap.ConfigurationNull.Default)
Sets the start time of the specific NPRACH configuration.
- Parameters:
configurationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cfg’)
- Returns:
start_time: 8 | 16 | 64 | 128 | 32 | 256 | 512 | 1024 | 10 | 20 | 40 | 80 | 160 | 320 | 640 | 1280 | 2560 | 5120
- set(start_time: EutraPracNbiotStartTimeMs, configurationNull=ConfigurationNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:PRACh:NIOT:CFG<CH0>:STTM driver.source.bb.eutra.uplink.prach.niot.cfg.sttm.set(start_time = enums.EutraPracNbiotStartTimeMs._10, configurationNull = repcap.ConfigurationNull.Default)
Sets the start time of the specific NPRACH configuration.
- Parameters:
start_time – 8 | 16 | 64 | 128 | 32 | 256 | 512 | 1024 | 10 | 20 | 40 | 80 | 160 | 320 | 640 | 1280 | 2560 | 5120
configurationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cfg’)