Position
SCPI Command :
PBUS<*>:POSition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(pwrBus=PwrBus.Default) float[source]
# PBUS<*>:POSition value: float = driver.pbus.position.get(pwrBus = repcap.PwrBus.Default)
Sets the position of the indicated logic group waveform.
- Parameters:
pwrBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pbus’)
- Returns:
yposition: 0 to 100
- set(yposition: float, pwrBus=PwrBus.Default) None[source]
# PBUS<*>:POSition driver.pbus.position.set(yposition = 1.0, pwrBus = repcap.PwrBus.Default)
Sets the position of the indicated logic group waveform.
- Parameters:
yposition – 0 to 100
pwrBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pbus’)