Offset
SCPI Command :
[SOURce<HW>]:REGenerator:OBJect<CH>:PHASe:[OFFSet]
- class OffsetCls[source]
Offset commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(objectIx=ObjectIx.Default) float [source]
# SCPI: [SOURce<HW>]:REGenerator:OBJect<CH>:PHASe:[OFFSet] value: float = driver.source.regenerator.object.phase.offset.get(objectIx = repcap.ObjectIx.Default)
Sets a phase offset between the transmitted pulse and the echo signal.
- param objectIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Object’)
- return
offset: float Range: 0 to 359.9
- set(offset: float, objectIx=ObjectIx.Default) None [source]
# SCPI: [SOURce<HW>]:REGenerator:OBJect<CH>:PHASe:[OFFSet] driver.source.regenerator.object.phase.offset.set(offset = 1.0, objectIx = repcap.ObjectIx.Default)
Sets a phase offset between the transmitted pulse and the echo signal.
- param offset
float Range: 0 to 359.9
- param objectIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Object’)