Fwi

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:FWI
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(commandBlock=CommandBlock.Default) int[source]
# [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) .

Parameters:

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

Returns:

fwi: integer Range: 1 to 8

set(fwi: int, commandBlock=CommandBlock.Default) None[source]
# [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) .

Parameters:
  • fwi – integer Range: 1 to 8

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