Poffset
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:POFFset
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(commandBlock=CommandBlock.Default) float[source]
# [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.
- Parameters:
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- Returns:
offset: float Range: -20 to 20
- set(offset: float, commandBlock=CommandBlock.Default) None[source]
# [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.
- Parameters:
offset – float Range: -20 to 20
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)