Did

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:DID
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(commandBlock=CommandBlock.Default) int[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:DID
value: int = driver.source.bb.nfc.cblock.did.get(commandBlock = repcap.CommandBlock.Default)

Determines the value of DID (Device Identification Number) .

Parameters:

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

Returns:

did: integer Range: 0 to 14

set(did: int, commandBlock=CommandBlock.Default) None[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:DID
driver.source.bb.nfc.cblock.did.set(did = 1, commandBlock = repcap.CommandBlock.Default)

Determines the value of DID (Device Identification Number) .

Parameters:
  • did – integer Range: 0 to 14

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