Rds

SCPI Command :

[SOURce<HW>]:BB:RADio:FM:[SPECial]:RDS:PHASe
class RdsCls[source]

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

get_phase() float[source]
# SCPI: [SOURce<HW>]:BB:RADio:FM:[SPECial]:RDS:PHASe
value: float = driver.source.bb.radio.fm.special.rds.get_phase()

Sets the phase offset of the suppressed 57 kHz carrier.

return:

offset_rds: float Range: -180 to 180

set_phase(offset_rds: float) None[source]
# SCPI: [SOURce<HW>]:BB:RADio:FM:[SPECial]:RDS:PHASe
driver.source.bb.radio.fm.special.rds.set_phase(offset_rds = 1.0)

Sets the phase offset of the suppressed 57 kHz carrier.

param offset_rds:

float Range: -180 to 180