NXOpen.UF.Sf.AskLvNx

Sf.AskLvNx()

Refer to UF_SF_ask_lv_nx for documentation.

Signature: AskLvNx(lvTag)

Parameters:lvTag (Tag) – Load Variation tag
Returns:A Tuple
Return type:A tuple consisting of (lvName,scalingFactor,count,functionType,solutionStepTag)

lvName(list of str): Name The buffer must be declared using MAX_LINE_BUFSIZE so it can hold MAX_LINE_NCHARS characters. If NULL, value will not be returned.

scalingFactor(float): Scaling factor If NULL, value will not be returned.

count(int): Number of cycles If NULL, value will not be returned.

functionType(`NXOpen.UF.Sf.LvFunctionMode Refer to UF_SF_lv_function_mode_e for documentation.`): Scaling function type UF_SF_HALF_UNIT_CYCLE UF_SF_FULL_UNIT_CYCLE If NULL, value will not be returned.

solutionStepTag(Tag): Solution Step tag If NULL, value will not be returned.

License requirements: None