Rec

SCPI Command :

SCENario:LOCalized:LOCation:REC:PMODe
class RecCls[source]

Rec commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_pmode() Pmode[source]
# SCPI: SCENario:LOCalized:LOCation:REC:PMODe
value: enums.Pmode = driver.scenario.localized.location.rec.get_pmode()

Sets if the receiver is static or moving.

return:

pmode: STATic| MOVing

set_pmode(pmode: Pmode) None[source]
# SCPI: SCENario:LOCalized:LOCation:REC:PMODe
driver.scenario.localized.location.rec.set_pmode(pmode = enums.Pmode.MOVing)

Sets if the receiver is static or moving.

param pmode:

STATic| MOVing