PduType
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:PDUType
- class PduTypeCls[source]
PduType commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(commandBlock=CommandBlock.Default) NfcPfbType [source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:PDUType value: enums.NfcPfbType = driver.source.bb.nfc.cblock.pduType.get(commandBlock = repcap.CommandBlock.Default)
Selects the type of PDU.
- param commandBlock:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- return:
pfb_type: No help available
- set(pfb_type: NfcPfbType, commandBlock=CommandBlock.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:PDUType driver.source.bb.nfc.cblock.pduType.set(pfb_type = enums.NfcPfbType.ANACk, commandBlock = repcap.CommandBlock.Default)
Selects the type of PDU.
- param pfb_type:
INFO| ANACk| SUPer
- param commandBlock:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)