Shdata

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:APGeneric:SHData
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(commandBlock=CommandBlock.Default) str[source]
# [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.

Parameters:

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

Returns:

short_frame_data: integer

set(short_frame_data: str, commandBlock=CommandBlock.Default) None[source]
# [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.

Parameters:
  • short_frame_data – integer

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