Ppp

SCPI Command :

[SOURce<HW>]:[BB]:DME:ID:PPP:[STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_state() bool[source]
# [SOURce<HW>]:[BB]:DME:ID:PPP:[STATe]
value: bool = driver.source.bb.dme.id.ppp.get_state()

Sets the state of the pair of pulse pairs for the ID signal generation. When enabled a pair of pulse pairs is transmitted during the set method RsSmbv.source.bb.dme.id.rate() .

Returns:

pair_of_pulse_pair: 1 | ON | 0| OFF

set_state(pair_of_pulse_pair: bool) None[source]
# [SOURce<HW>]:[BB]:DME:ID:PPP:[STATe]
driver.source.bb.dme.id.ppp.set_state(pair_of_pulse_pair = False)

Sets the state of the pair of pulse pairs for the ID signal generation. When enabled a pair of pulse pairs is transmitted during the set method RsSmbv.source.bb.dme.id.rate() .

Parameters:

pair_of_pulse_pair – 1 | ON | 0| OFF