Stdata
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:APGeneric:STData
- class StdataCls[source]
Stdata 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:STData value: str = driver.source.bb.nfc.cblock.apGeneric.stdata.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
std_frame_data: integer
- set(std_frame_data: str, commandBlock=CommandBlock.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:APGeneric:STData driver.source.bb.nfc.cblock.apGeneric.stdata.set(std_frame_data = rawAbc, commandBlock = repcap.CommandBlock.Default)
Sets the data for a standard frame in hexadecimal values.
- param std_frame_data
integer
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)