Poffset
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:POFFset
- class PoffsetCls[source]
Poffset commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(commandBlock=CommandBlock.Default) float [source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:POFFset value: float = driver.source.bb.nfc.cblock.poffset.get(commandBlock = repcap.CommandBlock.Default)
Determines the power offset value in dB.
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- return
offset: float Range: -20 to 20
- set(offset: float, commandBlock=CommandBlock.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:POFFset driver.source.bb.nfc.cblock.poffset.set(offset = 1.0, commandBlock = repcap.CommandBlock.Default)
Determines the power offset value in dB.
- param offset
float Range: -20 to 20
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)