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) str [source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:APGeneric:BOData value: 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: 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 = rawAbc, 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’)