BoLength
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:APGeneric:BOLength
- class BoLengthCls[source]
BoLength commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(commandBlock=CommandBlock.Default) int [source]
# SCPI: [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.
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- return
bo_frame_len: integer Range: 16 to 55
- set(bo_frame_len: int, commandBlock=CommandBlock.Default) None [source]
# SCPI: [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.
- param bo_frame_len
integer Range: 16 to 55
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)