Data
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:FPGeneric:DATA
- class DataCls[source]
Data commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(commandBlock=CommandBlock.Default) str [source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:FPGeneric:DATA value: str = driver.source.bb.nfc.cblock.fpGeneric.data.get(commandBlock = repcap.CommandBlock.Default)
Sets the data for a standard frame in hexadecimal values.
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- return
data: No help available
- set(data: str, commandBlock=CommandBlock.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:FPGeneric:DATA driver.source.bb.nfc.cblock.fpGeneric.data.set(data = rawAbc, commandBlock = repcap.CommandBlock.Default)
Sets the data for a standard frame in hexadecimal values.
- param data
integer
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)