DptListen
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:DPTListen
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(commandBlock=CommandBlock.Default) NfcDivisor[source]
# [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.
- Parameters:
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- Returns:
dptl: DIV1 | DIV2 | DIV4 | DIV8
- set(dptl: NfcDivisor, commandBlock=CommandBlock.Default) None[source]
# [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.
- Parameters:
dptl – DIV1 | DIV2 | DIV4 | DIV8
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)