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) List[str][source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:APGeneric:SHData
value: List[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: List[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 = ['rawAbc1', 'rawAbc2', 'rawAbc3'], 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’)