Lreduction

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:LREDuction
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(commandBlock=CommandBlock.Default) NfcLenReduct[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:LREDuction
value: enums.NfcLenReduct = driver.source.bb.nfc.cblock.lreduction.get(commandBlock = repcap.CommandBlock.Default)

Selects the length reduction (LR) .

Parameters:

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

Returns:

lreduction: LR64 | LR128 | LR192 | LR254

set(lreduction: NfcLenReduct, commandBlock=CommandBlock.Default) None[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:LREDuction
driver.source.bb.nfc.cblock.lreduction.set(lreduction = enums.NfcLenReduct.LR128, commandBlock = repcap.CommandBlock.Default)

Selects the length reduction (LR) .

Parameters:
  • lreduction – LR64 | LR128 | LR192 | LR254

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