DptListen

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:DPTListen
class DptListenCls[source]

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

get(commandBlock=CommandBlock.Default) NfcDivisor[source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:DPTListen
value: enums.NfcDivisor = driver.source.bb.nfc.cblock.dptListen.get(commandBlock = repcap.CommandBlock.Default)

In ATTRIB command, sets the divisor in the corresponding transmission direction.

param commandBlock:

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

return:

dptl: DIV1| DIV2| DIV4| DIV8

set(dptl: NfcDivisor, commandBlock=CommandBlock.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:DPTListen
driver.source.bb.nfc.cblock.dptListen.set(dptl = enums.NfcDivisor.DIV1, commandBlock = repcap.CommandBlock.Default)

In ATTRIB command, sets the divisor in the corresponding transmission direction.

param dptl:

DIV1| DIV2| DIV4| DIV8

param commandBlock:

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