Tdw

SCPI Commands :

[SOURce<HW>]:BB:EUTRa:TDW:STATe
[SOURce<HW>]:BB:EUTRa:TDW:TRTime
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_state() bool[source]
# [SOURce<HW>]:BB:EUTRa:TDW:STATe
value: bool = driver.source.bb.eutra.tdw.get_state()

Activates/deactivates the time domain windowing.

Returns:

state: 1 | ON | 0| OFF

get_tr_time() float[source]
# [SOURce<HW>]:BB:EUTRa:TDW:TRTime
value: float = driver.source.bb.eutra.tdw.get_tr_time()

Sets the transition time when time domain windowing is active.

Returns:

transition_time: float Range: 0 to 1E-5, Unit: s

set_state(state: bool) None[source]
# [SOURce<HW>]:BB:EUTRa:TDW:STATe
driver.source.bb.eutra.tdw.set_state(state = False)

Activates/deactivates the time domain windowing.

Parameters:

state – 1 | ON | 0| OFF

set_tr_time(transition_time: float) None[source]
# [SOURce<HW>]:BB:EUTRa:TDW:TRTime
driver.source.bb.eutra.tdw.set_tr_time(transition_time = 1.0)

Sets the transition time when time domain windowing is active.

Parameters:

transition_time – float Range: 0 to 1E-5, Unit: s