TaRound
SCPI Command :
[SOURce<HW>]:BB:WLAD:PCONfig:TARound:STATe
- class TaRoundCls[source]
TaRound commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [SOURce<HW>]:BB:WLAD:PCONfig:TARound:STATe value: bool = driver.source.bb.wlad.pconfig.taRound.get_state()
Activates turnaround.
- return:
ta_round: 1| ON| 0| OFF
- set_state(ta_round: bool) None [source]
# SCPI: [SOURce<HW>]:BB:WLAD:PCONfig:TARound:STATe driver.source.bb.wlad.pconfig.taRound.set_state(ta_round = False)
Activates turnaround.
- param ta_round:
1| ON| 0| OFF