Ptt

SCPI Command:

SOURce:AFRF:GENerator<Instance>:VOIP:PTT:STATe
SOURce:AFRF:GENerator<Instance>:VOIP:PTT
class PttCls[source]

Ptt commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_state() bool[source]
# SCPI: SOURce:AFRF:GENerator<Instance>:VOIP:PTT:STATe
value: bool = driver.source.afRf.generator.voip.ptt.get_state()

Sets the DUT’s PTT state. Disable PTT at the DUT side, if you are finished with the TX testing.

return:

ptt_state: OFF | ON

get_value() bool[source]
# SCPI: SOURce:AFRF:GENerator<Instance>:VOIP:PTT
value: bool = driver.source.afRf.generator.voip.ptt.get_value()

Enables or disables the PTT state.

return:

ptt: OFF | ON

set_value(ptt: bool) None[source]
# SCPI: SOURce:AFRF:GENerator<Instance>:VOIP:PTT
driver.source.afRf.generator.voip.ptt.set_value(ptt = False)

Enables or disables the PTT state.

param ptt:

OFF | ON