Poly

SCPI Commands :

PULSe:MOP:POLY:LENGth
PULSe:MOP:POLY:TYPE
class PolyCls[source]

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

get_length() float[source]
# SCPI: PULSe:MOP:POLY:LENGth
value: float = driver.pulse.mop.poly.get_length()

Sets the polyphase length (code order) .

return:

length: integer Range: 1 to 100

get_type_py() PolynomType[source]
# SCPI: PULSe:MOP:POLY:TYPE
value: enums.PolynomType = driver.pulse.mop.poly.get_type_py()

Selects the modulation type.

return:

type_py: FRANk| P1| P2| P3| P4

set_length(length: float) None[source]
# SCPI: PULSe:MOP:POLY:LENGth
driver.pulse.mop.poly.set_length(length = 1.0)

Sets the polyphase length (code order) .

param length:

integer Range: 1 to 100

set_type_py(type_py: PolynomType) None[source]
# SCPI: PULSe:MOP:POLY:TYPE
driver.pulse.mop.poly.set_type_py(type_py = enums.PolynomType.FRANk)

Selects the modulation type.

param type_py:

FRANk| P1| P2| P3| P4