TaRound
SCPI Command :
[SOURce<HW>]:BB:WLAD:PCONfig:TARound:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_state() bool[source]
# [SOURce<HW>]:BB:WLAD:PCONfig:TARound:STATe value: bool = driver.source.bb.wlad.pconfig.taRound.get_state()
Activates turnaround.
- Returns:
ta_round: 1 | ON | 0| OFF
- set_state(ta_round: bool) None[source]
# [SOURce<HW>]:BB:WLAD:PCONfig:TARound:STATe driver.source.bb.wlad.pconfig.taRound.set_state(ta_round = False)
Activates turnaround.
- Parameters:
ta_round – 1 | ON | 0| OFF