Shdata

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:APGeneric:SHData
class ShdataCls[source]

Shdata 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:SHData
value: str = driver.source.bb.nfc.cblock.apGeneric.shdata.get(commandBlock = repcap.CommandBlock.Default)

Sets the data bits of a short frame.

param commandBlock

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)

return

short_frame_data: integer

set(short_frame_data: str, commandBlock=CommandBlock.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:APGeneric:SHData
driver.source.bb.nfc.cblock.apGeneric.shdata.set(short_frame_data = rawAbc, commandBlock = repcap.CommandBlock.Default)

Sets the data bits of a short frame.

param short_frame_data

integer

param commandBlock

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)