Data
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:BPGeneric:DATA
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(commandBlock=CommandBlock.Default) str[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:BPGeneric:DATA value: str = driver.source.bb.nfc.cblock.bpGeneric.data.get(commandBlock = repcap.CommandBlock.Default)
Sets the data for a standard frame in hexadecimal values.
- Parameters:
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- set(data: str, commandBlock=CommandBlock.Default) None[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:BPGeneric:DATA driver.source.bb.nfc.cblock.bpGeneric.data.set(data = rawAbc, commandBlock = repcap.CommandBlock.Default)
Sets the data for a standard frame in hexadecimal values.
- Parameters:
data – integer
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)