DltPoll
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:DLTPoll
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(commandBlock=CommandBlock.Default) NfcDivisor[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:DLTPoll value: enums.NfcDivisor = driver.source.bb.nfc.cblock.dltPoll.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:
dltp: DIV1 | DIV2 | DIV4 | DIV8
- set(dltp: NfcDivisor, commandBlock=CommandBlock.Default) None[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:DLTPoll driver.source.bb.nfc.cblock.dltPoll.set(dltp = enums.NfcDivisor.DIV1, commandBlock = repcap.CommandBlock.Default)
In ATTRIB command, sets the divisor in the corresponding transmission direction.
- Parameters:
dltp – DIV1 | DIV2 | DIV4 | DIV8
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)