Position
SCPI Command :
DISPlay:SIGNal:LABel:HORizontal:ABSolute:POSition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(label_id: str, source: SignalSource) float[source]
# DISPlay:SIGNal:LABel:HORizontal:ABSolute:POSition value: float = driver.display.signal.label.horizontal.absolute.position.get(label_id = 'abc', source = enums.SignalSource.AJ1)
Modifies or queries the absolute horizontal and vertical positiions of the specified label if method
RsRtx.display.signal.label.posMode.set()is set to ABS.- Parameters:
label_id – String with the label identifier.
source – All waveforms that can be displayed, see method
RsRtx.display.signal.label.add()
- Returns:
position: Depends on waveform position and scaling
- set(label_id: str, source: SignalSource, position: float) None[source]
# DISPlay:SIGNal:LABel:HORizontal:ABSolute:POSition driver.display.signal.label.horizontal.absolute.position.set(label_id = 'abc', source = enums.SignalSource.AJ1, position = 1.0)
Modifies or queries the absolute horizontal and vertical positiions of the specified label if method
RsRtx.display.signal.label.posMode.set()is set to ABS.- Parameters:
label_id – String with the label identifier.
source – All waveforms that can be displayed, see method
RsRtx.display.signal.label.add()position – Depends on waveform position and scaling