Rdistance
SCPI Commands :
[SOURce<HW>]:[BB]:DME:RDIStance:UNIT
[SOURce<HW>]:[BB]:DME:RDIStance
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_unit() UnitNmAvionic[source]
# [SOURce<HW>]:[BB]:DME:RDIStance:UNIT value: enums.UnitNmAvionic = driver.source.bb.dme.rdistance.get_unit()
Sets the unit for the range distance that can be defined with the method
RsSmbv.source.bb.dme.rdistance.value(). The distance can be given in nautic miles (NM) or us. 1 nm is 1852.01 meters and corresponds to a run time of 12.359 us.- Returns:
unit: US | NM
- get_value() float[source]
# [SOURce<HW>]:[BB]:DME:RDIStance value: float = driver.source.bb.dme.rdistance.get_value()
Sets the simulated distance between the interrogator and the transponder for reply mode (BB:DME:MODE:REPLy) . The distance can be given in nautic miles (NM) or us with the method
RsSmbv.source.bb.dme.rdistance.unit(). If the unit is not provided next to the value, the value is considered to be in the current unit (last unit set via GUI or the SCPI) . The query always provides the value in the unit set with methodRsSmbv.source.bb.dme.rdistance.unit(). The range distance and the external trigger delay are interdependent according to: Range distance = (trigger delay - X/Y mode delay) /12.359 us/nm (X mode delay = 50 us, Y mode delay is 56 us) Changing one value automatically changes the other value.- Returns:
rdistance: float Range: -4.046 (X) , -4.531 (Y) to 400
- set_unit(unit: UnitNmAvionic) None[source]
# [SOURce<HW>]:[BB]:DME:RDIStance:UNIT driver.source.bb.dme.rdistance.set_unit(unit = enums.UnitNmAvionic.NM)
Sets the unit for the range distance that can be defined with the method
RsSmbv.source.bb.dme.rdistance.value(). The distance can be given in nautic miles (NM) or us. 1 nm is 1852.01 meters and corresponds to a run time of 12.359 us.- Parameters:
unit – US | NM
- set_value(rdistance: float) None[source]
# [SOURce<HW>]:[BB]:DME:RDIStance driver.source.bb.dme.rdistance.set_value(rdistance = 1.0)
Sets the simulated distance between the interrogator and the transponder for reply mode (BB:DME:MODE:REPLy) . The distance can be given in nautic miles (NM) or us with the method
RsSmbv.source.bb.dme.rdistance.unit(). If the unit is not provided next to the value, the value is considered to be in the current unit (last unit set via GUI or the SCPI) . The query always provides the value in the unit set with methodRsSmbv.source.bb.dme.rdistance.unit(). The range distance and the external trigger delay are interdependent according to: Range distance = (trigger delay - X/Y mode delay) /12.359 us/nm (X mode delay = 50 us, Y mode delay is 56 us) Changing one value automatically changes the other value.- Parameters:
rdistance – float Range: -4.046 (X) , -4.531 (Y) to 400