NumSfi
SCPI Command :
[SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:NUMSfi
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userNull=UserNull.Default) int[source]
# [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:NUMSfi value: int = driver.source.bb.nr5G.ubwp.user.numSfi.get(userNull = repcap.UserNull.Default)
Sets how many slot format indicator (SFI) fields are transmitted in the DCI format 2_0.
- Parameters:
userNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘User’)
- Returns:
num_sfi_in_dci_20: integer Range: 1 to 16
- set(num_sfi_in_dci_20: int, userNull=UserNull.Default) None[source]
# [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:NUMSfi driver.source.bb.nr5G.ubwp.user.numSfi.set(num_sfi_in_dci_20 = 1, userNull = repcap.UserNull.Default)
Sets how many slot format indicator (SFI) fields are transmitted in the DCI format 2_0.
- Parameters:
num_sfi_in_dci_20 – integer Range: 1 to 16
userNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘User’)