Did

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:DID
class DidCls[source]

Did commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(commandBlock=CommandBlock.Default) int[source]
# SCPI: [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) .

param commandBlock

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

return

did: integer Range: 0 to 14

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

param did

integer Range: 0 to 14

param commandBlock

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