Bodata

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:APGeneric:BOData
class BodataCls[source]

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

get(commandBlock=CommandBlock.Default) List[str][source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:APGeneric:BOData
value: List[str] = driver.source.bb.nfc.cblock.apGeneric.bodata.get(commandBlock = repcap.CommandBlock.Default)

Sets the data for a bit oriented SDD frame.

param commandBlock

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

return

bo_frame_data: integer

set(bo_frame_data: List[str], commandBlock=CommandBlock.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:APGeneric:BOData
driver.source.bb.nfc.cblock.apGeneric.bodata.set(bo_frame_data = ['rawAbc1', 'rawAbc2', 'rawAbc3'], commandBlock = repcap.CommandBlock.Default)

Sets the data for a bit oriented SDD frame.

param bo_frame_data

integer

param commandBlock

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