Cods
SCPI Command :
[SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:DSCH:CODS
- class CodsCls[source]
Cods commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userNull=UserNull.Default) int [source]
# SCPI: [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:DSCH:CODS value: int = driver.source.bb.nr5G.ubwp.user.dsch.cods.get(userNull = repcap.UserNull.Default)
Defines the size of the ‘COT Duration Indicator’ field in DCI format 2_0.
- param userNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘User’)
- return
cot_duration_size: integer Range: 1 to 6
- set(cot_duration_size: int, userNull=UserNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:DSCH:CODS driver.source.bb.nr5G.ubwp.user.dsch.cods.set(cot_duration_size = 1, userNull = repcap.UserNull.Default)
Defines the size of the ‘COT Duration Indicator’ field in DCI format 2_0.
- param cot_duration_size
integer Range: 1 to 6
- param userNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘User’)