DltPoll

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:DLTPoll
class DltPollCls[source]

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

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

param commandBlock

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

return

dltp: DIV1| DIV2| DIV4| DIV8

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

param dltp

DIV1| DIV2| DIV4| DIV8

param commandBlock

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