Timc
SCPI Command :
[SOURce<HW>]:BB:EUTRa:TIMC:NTAoffset
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_nta_offset() TimcNtAoffs[source]
# [SOURce<HW>]:BB:EUTRa:TIMC:NTAoffset value: enums.TimcNtAoffs = driver.source.bb.eutra.timc.get_nta_offset()
Sets the parameter NTA offset as defined in the 3GPP TS 36.211.
- Returns:
nta_offset: NTA0 | NTA624
- set_nta_offset(nta_offset: TimcNtAoffs) None[source]
# [SOURce<HW>]:BB:EUTRa:TIMC:NTAoffset driver.source.bb.eutra.timc.set_nta_offset(nta_offset = enums.TimcNtAoffs._0)
Sets the parameter NTA offset as defined in the 3GPP TS 36.211.
- Parameters:
nta_offset – NTA0 | NTA624