Len
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:BLOCk<ST>:LEN
- class LenCls[source]
Len commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(commandBlock=CommandBlock.Default, fmBlock=FmBlock.Default) RsSmw.enums.NfcLength [source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:BLOCk<ST>:LEN value: enums.NfcLength = driver.source.bb.nfc.cblock.block.len.get(commandBlock = repcap.CommandBlock.Default, fmBlock = repcap.FmBlock.Default)
Sets the block length.
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- param fmBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Block’)
- return
bl_length: LEN2| LEN3
- set(bl_length: RsSmw.enums.NfcLength, commandBlock=CommandBlock.Default, fmBlock=FmBlock.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:BLOCk<ST>:LEN driver.source.bb.nfc.cblock.block.len.set(bl_length = enums.NfcLength.LEN2, commandBlock = repcap.CommandBlock.Default, fmBlock = repcap.FmBlock.Default)
Sets the block length.
- param bl_length
LEN2| LEN3
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- param fmBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Block’)