Ccode

SCPI Command:

SOURce:AFRF:GENerator<Instance>:DPMR:CCODe:CALCulation
SOURce:AFRF:GENerator<Instance>:DPMR:CCODe
class CcodeCls[source]

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

get_calculation() bool[source]
# SCPI: SOURce:AFRF:GENerator<Instance>:DPMR:CCODe:CALCulation
value: bool = driver.source.afRf.generator.dpmr.ccode.get_calculation()

Enables or disables the calculation of the channel code, for DPMR.

return:

calculation: OFF | ON

get_value() int[source]
# SCPI: SOURce:AFRF:GENerator<Instance>:DPMR:CCODe
value: int = driver.source.afRf.generator.dpmr.ccode.get_value()

Defines the channel code to be signaled to the DUT, for DPMR.

return:

ccode: Range: 0 to 63

set_calculation(calculation: bool) None[source]
# SCPI: SOURce:AFRF:GENerator<Instance>:DPMR:CCODe:CALCulation
driver.source.afRf.generator.dpmr.ccode.set_calculation(calculation = False)

Enables or disables the calculation of the channel code, for DPMR.

param calculation:

OFF | ON

set_value(ccode: int) None[source]
# SCPI: SOURce:AFRF:GENerator<Instance>:DPMR:CCODe
driver.source.afRf.generator.dpmr.ccode.set_value(ccode = 1)

Defines the channel code to be signaled to the DUT, for DPMR.

param ccode:

Range: 0 to 63