Phase

SCPI Command :

[SOURce<HW>]:FSIMulator:PHASe:UNIT
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_unit() UnitAngle[source]
# [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.

Returns:

fad_angle_unit: DEGree | DEGRee | RADian

set_unit(fad_angle_unit: UnitAngle) None[source]
# [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.

Parameters:

fad_angle_unit – DEGree | DEGRee | RADian