Cdefinition

SCPI Command:

SOURce:AFRF:GENerator<Instance>:CDEFinition:RCHannel
SOURce:AFRF:GENerator<Instance>:CDEFinition:RFRequency
SOURce:AFRF:GENerator<Instance>:CDEFinition:CSPace
SOURce:AFRF:GENerator<Instance>:CDEFinition
class CdefinitionCls[source]

Cdefinition commands group definition. 4 total commands, 0 Subgroups, 4 group commands

get_cspace() float[source]
# SCPI: SOURce:AFRF:GENerator<Instance>:CDEFinition:CSPace
value: float = driver.source.afRf.generator.cdefinition.get_cspace()

Defines the channel spacing, that is the center frequency difference of two adjacent channels. This setting is part of the channel definition.

return:

channel_space: Range: 100 Hz to 4 MHz, Unit: Hz

get_rchannel() int[source]
# SCPI: SOURce:AFRF:GENerator<Instance>:CDEFinition:RCHannel
value: int = driver.source.afRf.generator.cdefinition.get_rchannel()

Assigns a reference channel number to the reference frequency defined via method RsCma.Source.AfRf.Generator.Cdefinition. rfrequency. This setting is part of the channel definition.

return:

reference_ch: Range: 0 Ch to 9999 Ch, Unit: Ch

get_rfrequency() float[source]
# SCPI: SOURce:AFRF:GENerator<Instance>:CDEFinition:RFRequency
value: float = driver.source.afRf.generator.cdefinition.get_rfrequency()

Assigns a reference frequency to the reference channel number defined via method RsCma.Source.AfRf.Generator.Cdefinition. rchannel. This setting is part of the channel definition.

return:

reference_freq: Range: 100 kHz to 3 GHz, Unit: Hz

get_value() bool[source]
# SCPI: SOURce:AFRF:GENerator<Instance>:CDEFinition
value: bool = driver.source.afRf.generator.cdefinition.get_value()

Activates or deactivates the channel definition.

return:

enable: OFF | ON

set_cspace(channel_space: float) None[source]
# SCPI: SOURce:AFRF:GENerator<Instance>:CDEFinition:CSPace
driver.source.afRf.generator.cdefinition.set_cspace(channel_space = 1.0)

Defines the channel spacing, that is the center frequency difference of two adjacent channels. This setting is part of the channel definition.

param channel_space:

Range: 100 Hz to 4 MHz, Unit: Hz

set_rchannel(reference_ch: int) None[source]
# SCPI: SOURce:AFRF:GENerator<Instance>:CDEFinition:RCHannel
driver.source.afRf.generator.cdefinition.set_rchannel(reference_ch = 1)

Assigns a reference channel number to the reference frequency defined via method RsCma.Source.AfRf.Generator.Cdefinition. rfrequency. This setting is part of the channel definition.

param reference_ch:

Range: 0 Ch to 9999 Ch, Unit: Ch

set_rfrequency(reference_freq: float) None[source]
# SCPI: SOURce:AFRF:GENerator<Instance>:CDEFinition:RFRequency
driver.source.afRf.generator.cdefinition.set_rfrequency(reference_freq = 1.0)

Assigns a reference frequency to the reference channel number defined via method RsCma.Source.AfRf.Generator.Cdefinition. rchannel. This setting is part of the channel definition.

param reference_freq:

Range: 100 kHz to 3 GHz, Unit: Hz

set_value(enable: bool) None[source]
# SCPI: SOURce:AFRF:GENerator<Instance>:CDEFinition
driver.source.afRf.generator.cdefinition.set_value(enable = False)

Activates or deactivates the channel definition.

param enable:

OFF | ON