Stdata
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:APGeneric:STData
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(commandBlock=CommandBlock.Default) str[source]
# [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.
- Parameters:
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- Returns:
std_frame_data: integer
- set(std_frame_data: str, commandBlock=CommandBlock.Default) None[source]
# [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.
- Parameters:
std_frame_data – integer
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)