BoLength

SCPI Command :

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

Sets the length of the first part of a bit oriented SDD frame.

Parameters:

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

Returns:

bo_frame_len: integer Range: 16 to 55

set(bo_frame_len: int, commandBlock=CommandBlock.Default) None[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:APGeneric:BOLength
driver.source.bb.nfc.cblock.apGeneric.boLength.set(bo_frame_len = 1, commandBlock = repcap.CommandBlock.Default)

Sets the length of the first part of a bit oriented SDD frame.

Parameters:
  • bo_frame_len – integer Range: 16 to 55

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