Length

SCPI Command :

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

Parameters:

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

Returns:

length: integer Range: 0 to 65536

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

Parameters:
  • length – integer Range: 0 to 65536

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