Phase

SCPI Command :

[SOURce<HW>]:FSIMulator:PHASe:UNIT
class PhaseCls[source]

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

get_unit() UnitAngle[source]
# SCPI: [SOURce<HW>]:FSIMulator:PHASe:UNIT
value: enums.UnitAngle = driver.source.fsimulator.phase.get_unit()

Sets the unit for the phase parameter, for example ‘Const Phase’. Note that this setting only changes the speed unit in local mode. To set the speed units via remote control set the unit after the speed value.

return:

fad_angle_unit: DEGree| DEGRee| RADian

set_unit(fad_angle_unit: UnitAngle) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:PHASe:UNIT
driver.source.fsimulator.phase.set_unit(fad_angle_unit = enums.UnitAngle.DEGree)

Sets the unit for the phase parameter, for example ‘Const Phase’. Note that this setting only changes the speed unit in local mode. To set the speed units via remote control set the unit after the speed value.

param fad_angle_unit:

DEGree| DEGRee| RADian