Length

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:DATA:LENGth
class LengthCls[source]

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

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

Determines the length of the transmitted user data / general data.

param commandBlock

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

return

length: integer Range: 0 to 65536

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

Determines the length of the transmitted user data / general data.

param length

integer Range: 0 to 65536

param commandBlock

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