Frequency

SCPI Command:

SOURce:AFRF:GENerator<Instance>:DIALing:SELCall:FREQuency:RESet
SOURce:AFRF:GENerator<Instance>:DIALing:SELCall:FREQuency
class FrequencyCls[source]

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

get(standard: SelCallStandard) List[float][source]
# SCPI: SOURce:AFRF:GENerator<Instance>:DIALing:SELCall:FREQuency
value: List[float] = driver.source.afRf.generator.dialing.selCall.frequency.get(standard = enums.SelCallStandard.CCIR)

Configures the user-defined tone table for a SelCall standard. To enable the table, see method RsCma.Source.AfRf. Generator.Dialing.SelCall.UserDefined.enable.

param standard:

CCIR | EEA | EIA | ZVEI1 | ZVEI2 | ZVEI3 | DZVei | PZVei Selects the SelCall standard

return:

frequency: Comma-separated list of up to 16 frequencies, for digit 0 to F You can specify fewer than 16 values to configure only the beginning of the tone table. The *RST values and ranges depend on the SelCall standard and on the digit. The ranges are approximately: default frequency minus 5% to default frequency plus 5%. Unit: Hz

reset() None[source]
# SCPI: SOURce:AFRF:GENerator<Instance>:DIALing:SELCall:FREQuency:RESet
driver.source.afRf.generator.dialing.selCall.frequency.reset()

Triggers a reset of user-defined frequency values to the default frequency values of the selective-calling standard.

reset_with_opc(opc_timeout_ms: int = -1) None[source]
# SCPI: SOURce:AFRF:GENerator<Instance>:DIALing:SELCall:FREQuency:RESet
driver.source.afRf.generator.dialing.selCall.frequency.reset_with_opc()

Triggers a reset of user-defined frequency values to the default frequency values of the selective-calling standard.

Same as reset, but waits for the operation to complete before continuing further. Use the RsCma.utilities.opc_timeout_set() to set the timeout value.

param opc_timeout_ms:

Maximum time to wait in milliseconds, valid only for this call.

set(standard: SelCallStandard, frequency: List[float]) None[source]
# SCPI: SOURce:AFRF:GENerator<Instance>:DIALing:SELCall:FREQuency
driver.source.afRf.generator.dialing.selCall.frequency.set(standard = enums.SelCallStandard.CCIR, frequency = [1.1, 2.2, 3.3])

Configures the user-defined tone table for a SelCall standard. To enable the table, see method RsCma.Source.AfRf. Generator.Dialing.SelCall.UserDefined.enable.

param standard:

CCIR | EEA | EIA | ZVEI1 | ZVEI2 | ZVEI3 | DZVei | PZVei Selects the SelCall standard

param frequency:

Comma-separated list of up to 16 frequencies, for digit 0 to F You can specify fewer than 16 values to configure only the beginning of the tone table. The *RST values and ranges depend on the SelCall standard and on the digit. The ranges are approximately: default frequency minus 5% to default frequency plus 5%. Unit: Hz