Value
SCPI Command :
[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:OFFSet<CH0>:VALue
- class ValueCls[source]
Value commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(offsetNull=OffsetNull.Default) float [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:OFFSet<CH0>:VALue value: float = driver.source.bb.btooth.econfiguration.pconfiguration.offset.value.get(offsetNull = repcap.OffsetNull.Default)
Specifies Offset0 to Offset5 of the offset setting table. Command sets the values in ms. Query returns values in s.
- param offsetNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Offset’)
- return
offset: float Range: 0 s to depending on Max. Interval , Unit: ms
- set(offset: float, offsetNull=OffsetNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:OFFSet<CH0>:VALue driver.source.bb.btooth.econfiguration.pconfiguration.offset.value.set(offset = 1.0, offsetNull = repcap.OffsetNull.Default)
Specifies Offset0 to Offset5 of the offset setting table. Command sets the values in ms. Query returns values in s.
- param offset
float Range: 0 s to depending on Max. Interval , Unit: ms
- param offsetNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Offset’)