Fwi

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:FWI
class FwiCls[source]

Fwi commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(commandBlock=CommandBlock.Default) int[source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:FWI
value: int = driver.source.bb.nfc.cblock.fwi.get(commandBlock = repcap.CommandBlock.Default)

Determines the FWI which is needed to calculate Frame Waiting Time (FWT) .

param commandBlock

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)

return

fwi: integer Range: 1 to 8

set(fwi: int, commandBlock=CommandBlock.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:FWI
driver.source.bb.nfc.cblock.fwi.set(fwi = 1, commandBlock = repcap.CommandBlock.Default)

Determines the FWI which is needed to calculate Frame Waiting Time (FWT) .

param fwi

integer Range: 1 to 8

param commandBlock

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)