Ppp
SCPI Command :
[SOURce<HW>]:[BB]:DME:ID:PPP:[STATe]
- class PppCls[source]
Ppp commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [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 [:SOURce<hw>][:BB]:DME:ID:RATE.
- return
pair_of_pulse_pair: 1| ON| 0| OFF
- set_state(pair_of_pulse_pair: bool) None [source]
# SCPI: [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 [:SOURce<hw>][:BB]:DME:ID:RATE.
- param pair_of_pulse_pair
1| ON| 0| OFF